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
120
120
121
121
122
122
[[session-find-multiple]]
123
- == findMultiple()
123
+ == findMultiple() and getMultiple()
124
124
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.
126
126
Combined with the `BatchSize` option, allows breaking up the JDBC calls into "batches".
127
127
128
128
129
129
[[QuerySpecification]]
130
- == QuerySpecification
130
+ == QuerySpecification, Restriction, and Range
131
131
132
132
A new API has been added for incremental definition of a query, with support for selections -
133
133
You can’t perform that action at this time.
0 commit comments