Skip to content

Commit 7758541

Browse files
committed
couple of minor improvs to What's New for completeness
1 parent ed818cb commit 7758541

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

whats-new.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
126126
Combined with the `BatchSize` option, allows breaking up the JDBC calls into "batches".
127127

128128

129129
[[QuerySpecification]]
130-
== QuerySpecification
130+
== QuerySpecification, Restriction, and Range
131131

132132
A new API has been added for incremental definition of a query, with support for selections -
133133

0 commit comments

Comments
 (0)