| Package | Description |
|---|---|
| org.hibernate.ejb | |
| org.hibernate.jpa.criteria | |
| org.hibernate.jpa.graph.internal | |
| 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,
java.util.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) |
| Modifier and Type | Method and Description |
|---|---|
EntityManagerFactoryImpl |
AbstractGraphNode.getFactory() |
| Constructor and Description |
|---|
AbstractGraphNode(EntityManagerFactoryImpl entityManagerFactory,
boolean mutable) |
AttributeNodeImpl(EntityManagerFactoryImpl entityManagerFactory,
javax.persistence.metamodel.ManagedType managedType,
javax.persistence.metamodel.Attribute<X,T> attribute) |
EntityGraphImpl(java.lang.String name,
javax.persistence.metamodel.EntityType<T> entityType,
EntityManagerFactoryImpl entityManagerFactory) |
SubgraphImpl(EntityManagerFactoryImpl entityManagerFactory,
javax.persistence.metamodel.ManagedType managedType,
java.lang.Class<T> subclass) |
| Constructor and Description |
|---|
EntityManagerImpl(EntityManagerFactoryImpl entityManagerFactory,
javax.persistence.PersistenceContextType pcType,
javax.persistence.SynchronizationType synchronizationType,
javax.persistence.spi.PersistenceUnitTransactionType transactionType,
boolean discardOnClose,
java.lang.Class sessionInterceptorClass,
java.util.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,
java.util.Map properties) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.