| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa | |
| org.eclipse.persistence.internal.jpa.deployment | |
| org.eclipse.persistence.internal.jpa.metamodel |
| Modifier and Type | Field and Description |
|---|---|
protected EntityManagerSetupImpl |
EntityManagerSetupImpl.compositeEmSetupImpl |
protected EntityManagerSetupImpl |
EntityManagerFactoryDelegate.setupImpl
EntityManagerSetupImpl that deployed this factory.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<EntityManagerSetupImpl> |
EntityManagerSetupImpl.compositeMemberEmSetupImpls |
static Map<String,EntityManagerSetupImpl> |
EntityManagerFactoryProvider.emSetupImpls |
| Modifier and Type | Method and Description |
|---|---|
EntityManagerSetupImpl |
EntityManagerSetupImpl.getCompositeEmSetupImpl() |
static EntityManagerSetupImpl |
EntityManagerFactoryProvider.getEntityManagerSetupImpl(String emName)
Return the setup class for a given entity manager name
|
EntityManagerSetupImpl |
EntityManagerFactoryDelegate.getSetupImpl()
INTERNAL:
Return the EntityManagerSetupImpl associated with this factory
|
EntityManagerSetupImpl |
EntityManagerSetupImpl.refreshMetadata(Map properties)
Create a new version of this EntityManagerSetupImpl and cache it.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,EntityManagerSetupImpl> |
EntityManagerFactoryProvider.getEmSetupImpls() |
| Modifier and Type | Method and Description |
|---|---|
static void |
EntityManagerFactoryProvider.addEntityManagerSetupImpl(String name,
EntityManagerSetupImpl setup)
Add an EntityManagerSetupImpl to the cached list
These are used to ensure all persistence units that are the same get the same underlying session
|
void |
EntityManagerSetupImpl.setCompositeEmSetupImpl(EntityManagerSetupImpl compositeEmSetupImpl) |
| Constructor and Description |
|---|
EntityManagerFactoryDelegate(EntityManagerSetupImpl setupImpl,
Map properties,
JpaEntityManagerFactory owner) |
EntityManagerFactoryImpl(EntityManagerSetupImpl setupImpl,
Map properties) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,EntityManagerSetupImpl> |
JPAInitializer.initialEmSetupImpls |
| Modifier and Type | Method and Description |
|---|---|
EntityManagerSetupImpl |
JPAInitializer.callPredeploy(SEPersistenceUnitInfo persistenceUnitInfo,
Map m,
String persistenceUnitUniqueName,
String sessionName)
predeploy (with deploy) is one of the two steps required in deployment of entities
This method will prepare to call predeploy, call it and finally register the
transformer returned to be used for weaving.
|
EntityManagerSetupImpl |
JPAInitializer.extractInitialEmSetupImpl(String puName) |
| Constructor and Description |
|---|
MetamodelImpl(EntityManagerSetupImpl emSetupImpl)
INTERNAL:
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.