Package | Description |
---|---|
org.hibernate.ejb | |
org.hibernate.jpa.criteria | |
org.hibernate.jpa.internal | |
org.hibernate.jpa.spi |
Constructor and Description |
---|
AbstractEntityManagerImpl(EntityManagerFactoryImpl entityManagerFactory,
javax.persistence.PersistenceContextType type,
javax.persistence.SynchronizationType synchronizationType,
javax.persistence.spi.PersistenceUnitTransactionType transactionType,
Map properties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EntityManagerFactoryImpl |
CriteriaBuilderImpl.getEntityManagerFactory()
Provides protected access to the underlying
EntityManagerFactoryImpl . |
Constructor and Description |
---|
CriteriaBuilderImpl(EntityManagerFactoryImpl entityManagerFactory) |
Constructor and Description |
---|
EntityManagerImpl(EntityManagerFactoryImpl entityManagerFactory,
javax.persistence.PersistenceContextType pcType,
javax.persistence.SynchronizationType synchronizationType,
javax.persistence.spi.PersistenceUnitTransactionType transactionType,
boolean discardOnClose,
Class sessionInterceptorClass,
Map properties) |
Modifier and Type | Method and Description |
---|---|
EntityManagerFactoryImpl |
AbstractEntityManagerImpl.getEntityManagerFactory() |
protected EntityManagerFactoryImpl |
AbstractEntityManagerImpl.internalGetEntityManagerFactory() |
Constructor and Description |
---|
AbstractEntityManagerImpl(EntityManagerFactoryImpl entityManagerFactory,
javax.persistence.PersistenceContextType type,
javax.persistence.SynchronizationType synchronizationType,
javax.persistence.spi.PersistenceUnitTransactionType transactionType,
Map properties) |
Copyright © 2021. All rights reserved.