Uses of Interface
org.hibernate.ejb.HibernateEntityManager
-
Packages that use HibernateEntityManager Package Description org.hibernate.engine.spi org.hibernate.event.spi org.hibernate.jpa.spi -
-
Uses of HibernateEntityManager in org.hibernate.engine.spi
Subinterfaces of HibernateEntityManager in org.hibernate.engine.spi Modifier and Type Interface Description interfaceSessionImplementorDefines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.Classes in org.hibernate.engine.spi that implement HibernateEntityManager Modifier and Type Class Description classSessionDelegatorBaseImplThis class is meant to be extended. -
Uses of HibernateEntityManager in org.hibernate.event.spi
Subinterfaces of HibernateEntityManager in org.hibernate.event.spi Modifier and Type Interface Description interfaceEventSource -
Uses of HibernateEntityManager in org.hibernate.jpa.spi
Subinterfaces of HibernateEntityManager in org.hibernate.jpa.spi Modifier and Type Interface Description interfaceHibernateEntityManagerImplementorDeprecated.(since 5.2) move these methods to SessionImplementor
-