Uses of Interface
org.hibernate.FindMultipleOption
Packages that use FindMultipleOption
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session and StatelessSession,
the most important APIs exposing persistence-related operations for
entities.-
Uses of FindMultipleOption in org.hibernate
Classes in org.hibernate that implement FindMultipleOptionModifier and TypeClassDescriptionfinal recordDeprecated, for removal: This API element is subject to removal in a future version.static final recordSpecifies how many entities should be fetched in each request to the database.static enumIndicates whether the result list should be ordered relative to the position of the identifier list.static enumWhen FindMultipleOption.SessionCheckMode is enabled, this option controls how to handle entities which are already contained by the persistence context but which are in a removed state (marked for removal, but not yet flushed).static enumIndicates whether the persistence context should be checked for entities matching the identifiers to be loaded -
FindMultipleOption.BatchSize.