File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,14 +120,14 @@ link:{userGuideBase}#fetching-strategies-dynamic-fetching-entity-graph-parsing-a
120120
121121
122122[[session-find-multiple]]
123- == findMultiple()
123+ == findMultiple() and getMultiple()
124124
125- The new operation `Session.findMultiple()` provides a convenient way to fetch a batch of entities by id.
125+ The new operations `Session.findMultiple()` and `StatelessSession.getMultiple()` provide a convenient way to fetch a batch of entities by id.
126126Combined with the `BatchSize` option, allows breaking up the JDBC calls into "batches".
127127
128128
129129[[QuerySpecification]]
130- == QuerySpecification
130+ == QuerySpecification, Restriction, and Range
131131
132132A new API has been added for incremental definition of a query, with support for selections -
133133
You can’t perform that action at this time.
0 commit comments