Uses of Interface
org.hibernate.SimpleNaturalIdLoadAccess
Packages that use SimpleNaturalIdLoadAccess
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.This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of SimpleNaturalIdLoadAccess in org.hibernate
Methods in org.hibernate that return SimpleNaturalIdLoadAccessModifier and TypeMethodDescription<T> SimpleNaturalIdLoadAccess<T>
Session.bySimpleNaturalId
(Class<T> entityClass) Create aSimpleNaturalIdLoadAccess
instance to retrieve an instance of the given entity type by its natural id, which must be a simple (non-composite) value.<T> SimpleNaturalIdLoadAccess<T>
Session.bySimpleNaturalId
(String entityName) Create aSimpleNaturalIdLoadAccess
instance to retrieve an instance of the named entity type by its natural id, which must be a simple (non-composite) value.SimpleNaturalIdLoadAccess.disableFetchProfile
(String profileName) Customize the associations fetched by specifying a fetch profile that should be disabled during this operation.SimpleNaturalIdLoadAccess.enableFetchProfile
(String profileName) Customize the associations fetched by specifying a fetch profile that should be enabled during this operation.SimpleNaturalIdLoadAccess.setSynchronizationEnabled
(boolean enabled) For entities with mutable natural ids, should Hibernate perform "synchronization" prior to performing lookups? The default is to perform "synchronization" (for correctness).SimpleNaturalIdLoadAccess.with
(RootGraph<T> graph, GraphSemantic semantic) Customize the associations fetched by specifying an entity graph, and how it should be interpreted.SimpleNaturalIdLoadAccess.with
(LockOptions lockOptions) Specify the lock options to use when querying the database.default SimpleNaturalIdLoadAccess<T>
SimpleNaturalIdLoadAccess.withFetchGraph
(RootGraph<T> graph) Override the associations fetched by default by specifying the complete list of associations to be fetched as an entity graph.default SimpleNaturalIdLoadAccess<T>
SimpleNaturalIdLoadAccess.withLoadGraph
(RootGraph<T> graph) Augment the associations fetched by default by specifying a list of additional associations to be fetched as an entity graph. -
Uses of SimpleNaturalIdLoadAccess in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return SimpleNaturalIdLoadAccessModifier and TypeMethodDescription<T> SimpleNaturalIdLoadAccess<T>
SessionDelegatorBaseImpl.bySimpleNaturalId
(Class<T> entityClass) <T> SimpleNaturalIdLoadAccess<T>
SessionDelegatorBaseImpl.bySimpleNaturalId
(String entityName) <T> SimpleNaturalIdLoadAccess<T>
SessionLazyDelegator.bySimpleNaturalId
(Class<T> entityClass) <T> SimpleNaturalIdLoadAccess<T>
SessionLazyDelegator.bySimpleNaturalId
(String entityName) -
Uses of SimpleNaturalIdLoadAccess in org.hibernate.internal
Methods in org.hibernate.internal that return SimpleNaturalIdLoadAccessModifier and TypeMethodDescription<T> SimpleNaturalIdLoadAccess<T>
SessionImpl.bySimpleNaturalId
(Class<T> entityClass) <T> SimpleNaturalIdLoadAccess<T>
SessionImpl.bySimpleNaturalId
(String entityName) -
Uses of SimpleNaturalIdLoadAccess in org.hibernate.loader.internal
Classes in org.hibernate.loader.internal that implement SimpleNaturalIdLoadAccessMethods in org.hibernate.loader.internal that return SimpleNaturalIdLoadAccessModifier and TypeMethodDescriptionSimpleNaturalIdLoadAccessImpl.disableFetchProfile
(String profileName) SimpleNaturalIdLoadAccessImpl.enableFetchProfile
(String profileName) SimpleNaturalIdLoadAccessImpl.with
(RootGraph<T> graph, GraphSemantic semantic) SimpleNaturalIdLoadAccessImpl.withLoadGraph
(RootGraph<T> graph)