Package org.hibernate.jpa.spi
Interface HibernateEntityManagerFactoryAware
-
- All Known Subinterfaces:
EventSource
,HibernateEntityManagerImplementor
,SessionImplementor
- All Known Implementing Classes:
SessionDelegatorBaseImpl
@Deprecated public interface HibernateEntityManagerFactoryAware
Deprecated.(since 5.2) Why do we need an over-arching access to HibernateEntityManagerFactory across multiple contract hierarchies?Internal contact for things that haveHibernateEntityManagerFactory
access.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description HibernateEntityManagerFactory
getFactory()
Deprecated.Get access to the Hibernate extended EMF contract.
-
-
-
Method Detail
-
getFactory
HibernateEntityManagerFactory getFactory()
Deprecated.Get access to the Hibernate extended EMF contract.- Returns:
- The Hibernate EMF contract for this EM.
-
-