Uses of Class
org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
-
Uses of EntityManagerFactoryDelegate in org.eclipse.persistence.internal.jpa
Modifier and TypeFieldDescriptionprotected EntityManagerFactoryDelegate
EntityManagerFactoryImpl.delegate
protected EntityManagerFactoryDelegate
EntityManagerImpl.factory
References to the parent factory that has created this entity manager.Modifier and TypeMethodDescriptionprotected EntityManagerFactoryDelegate
CacheImpl.getEntityManagerFactory()
INTERNAL: Return the EntityManagerFactory associated with this CacheImpl.EntityManagerFactoryDelegate.unwrap()
Gets the underlying implementation of the EntityManagerFactory.EntityManagerFactoryImpl.unwrap()
Gets the underlying implementation of the EntityManagerFactory.ModifierConstructorDescriptionEntityManagerImpl
(EntityManagerFactoryDelegate factory, Map properties, SynchronizationType syncType) Constructor called from the EntityManagerFactory to create an EntityManager -
Uses of EntityManagerFactoryDelegate in org.eclipse.persistence.jpa
Modifier and TypeMethodDescriptionJpaEntityManagerFactory.unwrap()
Gets the underlying implementation of the EntityManagerFactory.