Uses of Class
org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
Packages that use SEPersistenceUnitInfo
Package
Description
-
Uses of SEPersistenceUnitInfo in org.eclipse.persistence.internal.jpa
Methods in org.eclipse.persistence.internal.jpa that return types with arguments of type SEPersistenceUnitInfoModifier and TypeMethodDescriptionprotected static Map
<String, SEPersistenceUnitInfo> EntityManagerSetupImpl.getCompositeMemberPuInfoMap
(PersistenceUnitInfo puInfo, Map predeployProperties) protected static Set
<SEPersistenceUnitInfo> EntityManagerSetupImpl.getCompositeMemberPuInfoSet
(PersistenceUnitInfo puInfo, Map predeployProperties) Method parameters in org.eclipse.persistence.internal.jpa with type arguments of type SEPersistenceUnitInfoModifier and TypeMethodDescriptionprotected void
EntityManagerSetupImpl.updateCompositeMembersProperties
(Set<SEPersistenceUnitInfo> compositePuInfos, Map compositeProperties) -
Uses of SEPersistenceUnitInfo in org.eclipse.persistence.internal.jpa.deployment
Fields in org.eclipse.persistence.internal.jpa.deployment with type parameters of type SEPersistenceUnitInfoModifier and TypeFieldDescriptionprotected Map
<String, SEPersistenceUnitInfo> JPAInitializer.initialPuInfos
Methods in org.eclipse.persistence.internal.jpa.deployment that return SEPersistenceUnitInfoModifier 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.Methods in org.eclipse.persistence.internal.jpa.deployment that return types with arguments of type SEPersistenceUnitInfoModifier 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.Methods in org.eclipse.persistence.internal.jpa.deployment with parameters of type SEPersistenceUnitInfoModifier 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
Methods in org.eclipse.persistence.internal.jpa.deployment.xml.parser that return types with arguments of type SEPersistenceUnitInfo