Uses of Class
org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
Package
Description
-
Uses of EntityManagerSetupImpl in org.eclipse.persistence.internal.jpa
Modifier and TypeFieldDescriptionprotected EntityManagerSetupImpl
EntityManagerSetupImpl.compositeEmSetupImpl
protected EntityManagerSetupImpl
EntityManagerFactoryDelegate.setupImpl
EntityManagerSetupImpl that deployed this factory.Modifier and TypeFieldDescriptionprotected Set
<EntityManagerSetupImpl> EntityManagerSetupImpl.compositeMemberEmSetupImpls
static final Map
<String, EntityManagerSetupImpl> EntityManagerFactoryProvider.emSetupImpls
Modifier 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.Modifier and TypeMethodDescriptionstatic Map
<String, EntityManagerSetupImpl> EntityManagerFactoryProvider.getEmSetupImpls()
Modifier 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) ModifierConstructorDescriptionEntityManagerFactoryDelegate
(EntityManagerSetupImpl setupImpl, Map properties, JpaEntityManagerFactory owner) EntityManagerFactoryImpl
(EntityManagerSetupImpl setupImpl, Map properties) -
Uses of EntityManagerSetupImpl in org.eclipse.persistence.internal.jpa.deployment
Modifier and TypeFieldDescriptionprotected Map
<String, EntityManagerSetupImpl> JPAInitializer.initialEmSetupImpls
Modifier 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