| Package | Description |
|---|---|
| javax.persistence | |
| org.hibernate.ejb |
| Modifier and Type | Method and Description |
|---|---|
static PersistenceContextType |
PersistenceContextType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistenceContextType[] |
PersistenceContextType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected PersistenceContextType |
AbstractEntityManagerImpl.persistenceContextType |
| 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) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.