Package | Description |
---|---|
org.hibernate.ejb | |
org.hibernate.ejb.criteria |
Modifier and Type | Method and Description |
---|---|
EntityManagerFactoryImpl |
AbstractEntityManagerImpl.getEntityManagerFactory()
Return the entity manager factory for the entity manager.
|
Constructor and Description |
---|
AbstractEntityManagerImpl(EntityManagerFactoryImpl entityManagerFactory,
PersistenceContextType type,
PersistenceUnitTransactionType transactionType,
Map properties) |
EntityManagerImpl(EntityManagerFactoryImpl entityManagerFactory,
PersistenceContextType pcType,
PersistenceUnitTransactionType transactionType,
boolean discardOnClose,
Class sessionInterceptorClass,
Map properties) |
Modifier and Type | Method and Description |
---|---|
EntityManagerFactoryImpl |
CriteriaBuilderImpl.getEntityManagerFactory()
Provides protected access to the underlying
EntityManagerFactoryImpl . |
Constructor and Description |
---|
CriteriaBuilderImpl(EntityManagerFactoryImpl entityManagerFactory) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.