Uses of Interface
org.hibernate.jpa.HibernateEntityManagerFactory
-
Packages that use HibernateEntityManagerFactory Package Description org.hibernate org.hibernate.ejb org.hibernate.engine.spi org.hibernate.jpa.spi -
-
Uses of HibernateEntityManagerFactory in org.hibernate
Subinterfaces of HibernateEntityManagerFactory in org.hibernate Modifier and Type Interface Description interfaceSessionFactoryThe main contract here is the creation ofSessioninstances. -
Uses of HibernateEntityManagerFactory in org.hibernate.ejb
Subinterfaces of HibernateEntityManagerFactory in org.hibernate.ejb Modifier and Type Interface Description interfaceHibernateEntityManagerFactoryDeprecated.UseHibernateEntityManagerFactoryinstead -
Uses of HibernateEntityManagerFactory in org.hibernate.engine.spi
Subinterfaces of HibernateEntityManagerFactory in org.hibernate.engine.spi Modifier and Type Interface Description interfaceSessionFactoryImplementorDefines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.Classes in org.hibernate.engine.spi that implement HibernateEntityManagerFactory Modifier and Type Class Description classSessionFactoryDelegatingImplBase delegating implementation of the SessionFactory and SessionFactoryImplementor contracts for intended for easier implementation of SessionFactory. -
Uses of HibernateEntityManagerFactory in org.hibernate.jpa.spi
Methods in org.hibernate.jpa.spi that return HibernateEntityManagerFactory Modifier and Type Method Description HibernateEntityManagerFactoryHibernateEntityManagerFactoryAware. getFactory()Deprecated.Get access to the Hibernate extended EMF contract.
-