Uses of Interface
org.hibernate.jpa.spi.HibernateEntityManagerFactoryAware
-
Packages that use HibernateEntityManagerFactoryAware Package Description org.hibernate.engine.spi org.hibernate.event.spi org.hibernate.jpa.spi -
-
Uses of HibernateEntityManagerFactoryAware in org.hibernate.engine.spi
Subinterfaces of HibernateEntityManagerFactoryAware in org.hibernate.engine.spi Modifier and Type Interface Description interface
SessionImplementor
Defines the "internal contract" forSession
and other parts of Hibernate such asType
,EntityPersister
andCollectionPersister
implementations.Classes in org.hibernate.engine.spi that implement HibernateEntityManagerFactoryAware Modifier and Type Class Description class
SessionDelegatorBaseImpl
This class is meant to be extended. -
Uses of HibernateEntityManagerFactoryAware in org.hibernate.event.spi
Subinterfaces of HibernateEntityManagerFactoryAware in org.hibernate.event.spi Modifier and Type Interface Description interface
EventSource
-
Uses of HibernateEntityManagerFactoryAware in org.hibernate.jpa.spi
Subinterfaces of HibernateEntityManagerFactoryAware in org.hibernate.jpa.spi Modifier and Type Interface Description interface
HibernateEntityManagerImplementor
Deprecated.(since 5.2) move these methods to SessionImplementor
-