接口的使用
org.hibernate.IdentifierLoadAccess
-
使用IdentifierLoadAccess的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.engine.spi -
-
org.hibernate中IdentifierLoadAccess的使用
返回IdentifierLoadAccess的org.hibernate中的方法 修饰符和类型 方法 说明 <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.default IdentifierLoadAccess<T>IdentifierLoadAccess. with(RootGraph<T> graph)IdentifierLoadAccess<T>IdentifierLoadAccess. with(RootGraph<T> graph, GraphSemantic semantic)IdentifierLoadAccess<T>IdentifierLoadAccess. with(LockOptions lockOptions)Specify theLockOptionsto use when retrieving the entity. -
org.hibernate.engine.spi中IdentifierLoadAccess的使用
返回IdentifierLoadAccess的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 <T> IdentifierLoadAccess<T>SessionDelegatorBaseImpl. byId(Class<T> entityClass)IdentifierLoadAccessSessionDelegatorBaseImpl. byId(String entityName)
-