Uses of Class
org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
Packages that use EntityManagerSetupImpl
Package
Description
-
Uses of EntityManagerSetupImpl in org.eclipse.persistence.internal.jpa
Fields in org.eclipse.persistence.internal.jpa declared as EntityManagerSetupImplModifier and TypeFieldDescriptionprotected EntityManagerSetupImplEntityManagerSetupImpl.compositeEmSetupImplprotected EntityManagerSetupImplEntityManagerFactoryDelegate.setupImplEntityManagerSetupImpl that deployed this factory.Fields in org.eclipse.persistence.internal.jpa with type parameters of type EntityManagerSetupImplModifier and TypeFieldDescriptionprotected Set<EntityManagerSetupImpl> EntityManagerSetupImpl.compositeMemberEmSetupImplsstatic final Map<String, EntityManagerSetupImpl> EntityManagerFactoryProvider.emSetupImplsMethods in org.eclipse.persistence.internal.jpa that return EntityManagerSetupImplModifier and TypeMethodDescriptionEntityManagerSetupImpl.getCompositeEmSetupImpl()static EntityManagerSetupImplEntityManagerFactoryProvider.getEntityManagerSetupImpl(String emName) Return the setup class for a given entity manager nameEntityManagerFactoryDelegate.getSetupImpl()INTERNAL: Return the EntityManagerSetupImpl associated with this factoryEntityManagerSetupImpl.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 EntityManagerSetupImplModifier and TypeMethodDescriptionstatic Map<String, EntityManagerSetupImpl> EntityManagerFactoryProvider.getEmSetupImpls()Methods in org.eclipse.persistence.internal.jpa with parameters of type EntityManagerSetupImplModifier and TypeMethodDescriptionstatic 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 EntityManagerSetupImplModifierConstructorDescriptionEntityManagerFactoryDelegate(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 EntityManagerSetupImplModifier and TypeFieldDescriptionprotected Map<String, EntityManagerSetupImpl> JPAInitializer.initialEmSetupImplsMethods in org.eclipse.persistence.internal.jpa.deployment that return EntityManagerSetupImplModifier 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.JPAInitializer.extractInitialEmSetupImpl(String puName) -
Uses of EntityManagerSetupImpl in org.eclipse.persistence.internal.jpa.metamodel
Constructors in org.eclipse.persistence.internal.jpa.metamodel with parameters of type EntityManagerSetupImpl