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 EntityManagerSetupImpl
EntityManagerSetupImpl.compositeEmSetupImpl
protected EntityManagerSetupImpl
EntityManagerFactoryDelegate.setupImpl
EntityManagerSetupImpl that deployed this factory.Fields in org.eclipse.persistence.internal.jpa with type parameters of type EntityManagerSetupImplModifier and TypeFieldDescriptionprotected Set
<EntityManagerSetupImpl> EntityManagerSetupImpl.compositeMemberEmSetupImpls
static final Map
<String, EntityManagerSetupImpl> EntityManagerFactoryProvider.emSetupImpls
Methods in org.eclipse.persistence.internal.jpa that return EntityManagerSetupImplModifier and TypeMethodDescriptionEntityManagerSetupImpl.getCompositeEmSetupImpl()
static EntityManagerSetupImpl
EntityManagerFactoryProvider.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 void
EntityManagerFactoryProvider.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 sessionvoid
EntityManagerSetupImpl.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.initialEmSetupImpls
Methods 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