Uses of Interface
org.hibernate.IdentifierLoadAccess
-
Packages that use IdentifierLoadAccess Package Description org.hibernate org.hibernate.engine.spi -
-
Uses of IdentifierLoadAccess in org.hibernate
Methods in org.hibernate that return IdentifierLoadAccess Modifier and Type Method Description <T> IdentifierLoadAccess<T>Session. byId(Class<T> entityClass)Create anIdentifierLoadAccessinstance to retrieve the specified entity by primary key.IdentifierLoadAccessSession. byId(String entityName)Create anIdentifierLoadAccessinstance to retrieve the specified entity type by primary key.IdentifierLoadAccess<T>IdentifierLoadAccess. with(CacheMode cacheMode)Specify theCacheModeto use when retrieving the entity.IdentifierLoadAccess<T>IdentifierLoadAccess. with(LockOptions lockOptions)Specify theLockOptionsto use when retrieving the entity. -
Uses of IdentifierLoadAccess in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return IdentifierLoadAccess Modifier and Type Method Description <T> IdentifierLoadAccess<T>SessionDelegatorBaseImpl. byId(Class<T> entityClass)IdentifierLoadAccessSessionDelegatorBaseImpl. byId(String entityName)
-