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 TypeClassDescriptionenum
Indicates whether the result list should be ordered relative to the position of the identifier list.enum
When 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).enum
Indicates whether the persistence context should be checked for entities matching the identifiers to be loaded - Entities which are in a managed state are not re-loaded from the database.