Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions whats-new.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ link:{userGuideBase}#fetching-strategies-dynamic-fetching-entity-graph-parsing-a


[[session-find-multiple]]
== findMultiple()
== findMultiple() and getMultiple()

The new operation `Session.findMultiple()` provides a convenient way to fetch a batch of entities by id.
The new operations `Session.findMultiple()` and `StatelessSession.getMultiple()` provide a convenient way to fetch a batch of entities by id.
Combined with the `BatchSize` option, allows breaking up the JDBC calls into "batches".


[[QuerySpecification]]
== QuerySpecification
== QuerySpecification, Restriction, and Range

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

Expand Down
Loading