接口的使用
org.hibernate.ejb.HibernateEntityManager
-
使用HibernateEntityManager的程序包 程序包 说明 org.hibernate.engine.spi org.hibernate.event.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.jpa.spi -
-
org.hibernate.engine.spi中HibernateEntityManager的使用
org.hibernate.engine.spi中HibernateEntityManager的子接口 修饰符和类型 接口 说明 interfaceSessionImplementorDefines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.实现HibernateEntityManager的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classSessionDelegatorBaseImplThis class is meant to be extended. -
org.hibernate.event.spi中HibernateEntityManager的使用
org.hibernate.event.spi中HibernateEntityManager的子接口 修饰符和类型 接口 说明 interfaceEventSource -
org.hibernate.internal中HibernateEntityManager的使用
实现HibernateEntityManager的org.hibernate.internal中的类 修饰符和类型 类 说明 classAbstractSessionImplFunctionality common to stateless and stateful sessionsclassSessionImplConcrete implementation of a Session. -
org.hibernate.jpa.spi中HibernateEntityManager的使用
org.hibernate.jpa.spi中HibernateEntityManager的子接口 修饰符和类型 接口 说明 interfaceHibernateEntityManagerImplementor已过时。(since 5.2) move these methods to SessionImplementor
-