Uses of Class
org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Packages that use EntityManagerFactoryDelegate
-
Uses of EntityManagerFactoryDelegate in org.eclipse.persistence.internal.jpa
Fields in org.eclipse.persistence.internal.jpa declared as EntityManagerFactoryDelegateModifier and TypeFieldDescriptionprotected EntityManagerFactoryDelegateEntityManagerFactoryImpl.delegateprotected EntityManagerFactoryDelegateEntityManagerImpl.factoryReferences to the parent factory that has created this entity manager.Methods in org.eclipse.persistence.internal.jpa that return EntityManagerFactoryDelegateModifier and TypeMethodDescriptionprotected EntityManagerFactoryDelegateCacheImpl.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.Constructors in org.eclipse.persistence.internal.jpa with parameters of type EntityManagerFactoryDelegateModifierConstructorDescriptionEntityManagerImpl(EntityManagerFactoryDelegate factory, Map properties, SynchronizationType syncType) Constructor called from the EntityManagerFactory to create an EntityManager -
Uses of EntityManagerFactoryDelegate in org.eclipse.persistence.jpa
Methods in org.eclipse.persistence.jpa that return EntityManagerFactoryDelegateModifier and TypeMethodDescriptionJpaEntityManagerFactory.unwrap()Gets the underlying implementation of the EntityManagerFactory.