Skip to content

Commit 0ebc386

Browse files
committed
document new overload of findMultiple()
1 parent 3503fdc commit 0ebc386

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/src/main/asciidoc/introduction/Interacting.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ Finally, the Hibernate `Session` offers the following method, which is capable o
346346

347347
| `findMultiple(Class,List<Object>,FindOption...)`
348348
| Obtain a list of persistent objects given their type and their ids, using the specified options
349+
| `findMultiple(EntityGraph,List<Object>,FindOption...)`
350+
| Obtain a list of persistent objects given their ids and an `EntityGraph` specifying their type and associations which should be eagerly fetched, using the specified options
349351
|===
350352

351353
The following code results in a single SQL `select` statement:

0 commit comments

Comments
 (0)