Uses of Class
org.hibernate.ejb.EntityManagerFactoryImpl

Packages that use EntityManagerFactoryImpl
org.hibernate.ejb   
org.hibernate.ejb.criteria   
 

Uses of EntityManagerFactoryImpl in org.hibernate.ejb
 

Methods in org.hibernate.ejb that return EntityManagerFactoryImpl
 EntityManagerFactoryImpl AbstractEntityManagerImpl.getEntityManagerFactory()
          
 

Constructors in org.hibernate.ejb with parameters of type EntityManagerFactoryImpl
AbstractEntityManagerImpl(EntityManagerFactoryImpl entityManagerFactory, PersistenceContextType type, PersistenceUnitTransactionType transactionType, Map properties)
           
CurrentEntityManagerImpl(EntityManagerFactoryImpl entityManagerFactory, PersistenceUnitTransactionType transactionType, Map properties)
          Deprecated.  
EntityManagerImpl(EntityManagerFactoryImpl entityManagerFactory, PersistenceContextType pcType, PersistenceUnitTransactionType transactionType, boolean discardOnClose, Class sessionInterceptorClass, Map properties)
           
 

Uses of EntityManagerFactoryImpl in org.hibernate.ejb.criteria
 

Methods in org.hibernate.ejb.criteria that return EntityManagerFactoryImpl
 EntityManagerFactoryImpl CriteriaBuilderImpl.getEntityManagerFactory()
          Provides protected access to the underlying EntityManagerFactoryImpl.
 

Constructors in org.hibernate.ejb.criteria with parameters of type EntityManagerFactoryImpl
CriteriaBuilderImpl(EntityManagerFactoryImpl entityManagerFactory)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.