|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |