Uses of Class
org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
-
Packages that use SEPersistenceUnitInfo Package Description org.eclipse.persistence.internal.jpa org.eclipse.persistence.internal.jpa.deployment -
-
Uses of SEPersistenceUnitInfo in org.eclipse.persistence.internal.jpa
Methods in org.eclipse.persistence.internal.jpa that return types with arguments of type SEPersistenceUnitInfo Modifier and Type Method 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)Method parameters in org.eclipse.persistence.internal.jpa with type arguments of type SEPersistenceUnitInfo Modifier and Type Method Description protected voidEntityManagerSetupImpl. 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 SEPersistenceUnitInfo Modifier and Type Field Description protected Map<String,SEPersistenceUnitInfo>JPAInitializer. initialPuInfosMethods in org.eclipse.persistence.internal.jpa.deployment that return SEPersistenceUnitInfo Modifier and Type Method Description SEPersistenceUnitInfoJPAInitializer. findPersistenceUnitInfo(String puName, Map m)Find PersistenceUnitInfo corresponding to the persistence unit name.protected SEPersistenceUnitInfoJPAInitializer. findPersistenceUnitInfoInArchive(String puName, Archive archive, Map m)Find PersistenceUnitInfo corresponding to the persistence unit name in the archive.protected SEPersistenceUnitInfoJPAInitializer. 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 SEPersistenceUnitInfo Modifier and Type Method Description static 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 SEPersistenceUnitInfo Modifier and Type Method Description EntityManagerSetupImplJPAInitializer. 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.
-