Uses of Class
org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
Package
Description
-
Uses of SEPersistenceUnitInfo in org.eclipse.persistence.internal.jpa
Modifier and TypeMethodDescriptionprotected static Map
<String, SEPersistenceUnitInfo> EntityManagerSetupImpl.getCompositeMemberPuInfoMap
(PersistenceUnitInfo puInfo, Map predeployProperties) protected static Set
<SEPersistenceUnitInfo> EntityManagerSetupImpl.getCompositeMemberPuInfoSet
(PersistenceUnitInfo puInfo, Map predeployProperties) Modifier and TypeMethodDescriptionprotected void
EntityManagerSetupImpl.updateCompositeMembersProperties
(Set<SEPersistenceUnitInfo> compositePuInfos, Map compositeProperties) -
Uses of SEPersistenceUnitInfo in org.eclipse.persistence.internal.jpa.deployment
Modifier and TypeFieldDescriptionprotected Map
<String, SEPersistenceUnitInfo> JPAInitializer.initialPuInfos
Modifier and TypeMethodDescriptionJPAInitializer.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 TypeMethodDescriptionstatic Set
<SEPersistenceUnitInfo> PersistenceUnitProcessor.getPersistenceUnits
(ClassLoader loader, Map m, List<URL> jarFileUrls) 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 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 TypeMethodDescriptionJPAInitializer.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. -
Uses of SEPersistenceUnitInfo in org.eclipse.persistence.internal.jpa.deployment.xml.parser