Uses of Interface
org.hibernate.SimpleNaturalIdLoadAccess
-
Packages that use SimpleNaturalIdLoadAccess Package Description org.hibernate org.hibernate.engine.spi -
-
Uses of SimpleNaturalIdLoadAccess in org.hibernate
Methods in org.hibernate that return SimpleNaturalIdLoadAccess Modifier and Type Method Description <T> SimpleNaturalIdLoadAccess<T>Session. bySimpleNaturalId(java.lang.Class<T> entityClass)Create aSimpleNaturalIdLoadAccessinstance to retrieve the specified entity by its simple (single attribute) natural id.SimpleNaturalIdLoadAccessSession. bySimpleNaturalId(java.lang.String entityName)Create aSimpleNaturalIdLoadAccessinstance to retrieve the specified entity by its natural id.SimpleNaturalIdLoadAccess<T>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<T>SimpleNaturalIdLoadAccess. with(LockOptions lockOptions)Specify theLockOptionsto use when retrieving the entity. -
Uses of SimpleNaturalIdLoadAccess in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return SimpleNaturalIdLoadAccess Modifier and Type Method Description <T> SimpleNaturalIdLoadAccess<T>SessionDelegatorBaseImpl. bySimpleNaturalId(java.lang.Class<T> entityClass)SimpleNaturalIdLoadAccessSessionDelegatorBaseImpl. bySimpleNaturalId(java.lang.String entityName)<T> SimpleNaturalIdLoadAccess<T>SessionLazyDelegator. bySimpleNaturalId(java.lang.Class<T> entityClass)SimpleNaturalIdLoadAccessSessionLazyDelegator. bySimpleNaturalId(java.lang.String entityName)
-