Uses of Class
org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
-
Packages that use EntityManagerSetupImpl Package Description org.eclipse.persistence.internal.jpa org.eclipse.persistence.internal.jpa.deployment -
-
Uses of EntityManagerSetupImpl in org.eclipse.persistence.internal.jpa
Fields in org.eclipse.persistence.internal.jpa declared as EntityManagerSetupImpl Modifier and Type Field Description protected EntityManagerSetupImplEntityManagerSetupImpl. compositeEmSetupImplprotected EntityManagerSetupImplEntityManagerFactoryDelegate. setupImplEntityManagerSetupImpl that deployed this factory.Fields in org.eclipse.persistence.internal.jpa with type parameters of type EntityManagerSetupImpl Modifier and Type Field Description protected Set<EntityManagerSetupImpl>EntityManagerSetupImpl. compositeMemberEmSetupImplsstatic Map<String,EntityManagerSetupImpl>EntityManagerFactoryProvider. emSetupImplsMethods in org.eclipse.persistence.internal.jpa that return EntityManagerSetupImpl Modifier and Type Method Description EntityManagerSetupImplEntityManagerSetupImpl. getCompositeEmSetupImpl()static EntityManagerSetupImplEntityManagerFactoryProvider. getEntityManagerSetupImpl(String emName)Return the setup class for a given entity manager nameEntityManagerSetupImplEntityManagerFactoryDelegate. getSetupImpl()INTERNAL: Return the EntityManagerSetupImpl associated with this factoryEntityManagerSetupImplEntityManagerSetupImpl. refreshMetadata(Map properties)Create a new version of this EntityManagerSetupImpl and cache it.Methods in org.eclipse.persistence.internal.jpa that return types with arguments of type EntityManagerSetupImpl Modifier and Type Method Description static Map<String,EntityManagerSetupImpl>EntityManagerFactoryProvider. getEmSetupImpls()Methods in org.eclipse.persistence.internal.jpa with parameters of type EntityManagerSetupImpl Modifier and Type Method Description static voidEntityManagerFactoryProvider. addEntityManagerSetupImpl(String name, EntityManagerSetupImpl setup)Add an EntityManagerSetupImpl to the cached list These are used to ensure all persistence units that are the same get the same underlying sessionvoidEntityManagerSetupImpl. setCompositeEmSetupImpl(EntityManagerSetupImpl compositeEmSetupImpl)Constructors in org.eclipse.persistence.internal.jpa with parameters of type EntityManagerSetupImpl Constructor Description EntityManagerFactoryDelegate(EntityManagerSetupImpl setupImpl, Map properties, JpaEntityManagerFactory owner)EntityManagerFactoryImpl(EntityManagerSetupImpl setupImpl, Map properties) -
Uses of EntityManagerSetupImpl in org.eclipse.persistence.internal.jpa.deployment
Fields in org.eclipse.persistence.internal.jpa.deployment with type parameters of type EntityManagerSetupImpl Modifier and Type Field Description protected Map<String,EntityManagerSetupImpl>JPAInitializer. initialEmSetupImplsMethods in org.eclipse.persistence.internal.jpa.deployment that return EntityManagerSetupImpl 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.EntityManagerSetupImplJPAInitializer. extractInitialEmSetupImpl(String puName)
-