| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa | |
| org.eclipse.persistence.internal.jpa.deployment | |
| org.eclipse.persistence.internal.jpa.deployment.xml.parser |
| Modifier and Type | Method and Description |
|---|---|
protected static Map<String,SEPersistenceUnitInfo> |
EntityManagerSetupImpl.getCompositeMemberPuInfoMap(jakarta.persistence.spi.PersistenceUnitInfo puInfo,
Map predeployProperties) |
protected static Set<SEPersistenceUnitInfo> |
EntityManagerSetupImpl.getCompositeMemberPuInfoSet(jakarta.persistence.spi.PersistenceUnitInfo puInfo,
Map predeployProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EntityManagerSetupImpl.updateCompositeMembersProperties(Set<SEPersistenceUnitInfo> compositePuInfos,
Map compositeProperties) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,SEPersistenceUnitInfo> |
JPAInitializer.initialPuInfos |
| Modifier and Type | Method and Description |
|---|---|
SEPersistenceUnitInfo |
JPAInitializer.findPersistenceUnitInfo(String puName,
Map m)
Find PersistenceUnitInfo corresponding to the persistence unit name.
|
protected SEPersistenceUnitInfo |
JPAInitializer.findPersistenceUnitInfoInArchive(String puName,
Archive archive,
Map m)
Find PersistenceUnitInfo corresponding to the persistence unit name in the archive.
|
protected SEPersistenceUnitInfo |
JPAInitializer.findPersistenceUnitInfoInArchives(String puName,
Map m)
Find PersistenceUnitInfo corresponding to the persistence unit name.
|
| Modifier and Type | Method and Description |
|---|---|
static List<SEPersistenceUnitInfo> |
PersistenceUnitProcessor.getPersistenceUnits(Archive archive,
ClassLoader loader)
Get a list of persistence units from the file or directory at the given
url.
|
static Set<SEPersistenceUnitInfo> |
PersistenceUnitProcessor.getPersistenceUnits(ClassLoader loader,
Map m,
List<URL> jarFileUrls) |
static List<SEPersistenceUnitInfo> |
PersistenceUnitProcessor.processPersistenceArchive(Archive archive,
ClassLoader loader)
Go through the jar file for this PersistenceUnitProcessor and process any
XML provided in it.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Vector<SEPersistenceUnitInfo> |
PersistenceContentHandler.getPersistenceUnits() |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.