Package | Description |
---|---|
oracle.toplink.essentials.ejb.cmp3.persistence | |
oracle.toplink.essentials.internal.ejb.cmp3 | |
oracle.toplink.essentials.internal.ejb.cmp3.xml.parser |
Modifier and Type | Method and Description |
---|---|
static List<SEPersistenceUnitInfo> |
PersistenceUnitProcessor.getPersistenceUnits(Archive archive,
ClassLoader loader)
Get a list of persitence units from the file or directory at the given url
PersistenceUnits are built based on the presence of persistence.xml in a META-INF directory
at the base of the URL
|
static List<SEPersistenceUnitInfo> |
PersistenceUnitProcessor.processPersistenceArchive(Archive archive,
ClassLoader loader)
Go through the jar file for this PeristeneUnitProcessor and process any XML provided in it
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,SEPersistenceUnitInfo> |
JavaSECMPInitializer.emSetupPersistenceUnitInfos |
Modifier and Type | Method and Description |
---|---|
protected boolean |
JavaSECMPInitializer.callPredeploy(SEPersistenceUnitInfo persistenceUnitInfo,
Map m)
INTERNAL
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 © 2023. All rights reserved.