Uses of Class
org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
-
Packages that use EntityManagerFactoryDelegate Package Description org.eclipse.persistence.internal.jpa org.eclipse.persistence.jpa -
-
Uses of EntityManagerFactoryDelegate in org.eclipse.persistence.internal.jpa
Fields in org.eclipse.persistence.internal.jpa declared as EntityManagerFactoryDelegate Modifier and Type Field Description protected EntityManagerFactoryDelegateEntityManagerFactoryImpl. delegateprotected EntityManagerFactoryDelegateEntityManagerImpl. factoryReferences to the parent factory that has created this entity manager.Methods in org.eclipse.persistence.internal.jpa that return EntityManagerFactoryDelegate Modifier and Type Method Description protected EntityManagerFactoryDelegateCacheImpl. getEntityManagerFactory()INTERNAL: Return the EntityManagerFactory associated with this CacheImpl.EntityManagerFactoryDelegateEntityManagerFactoryDelegate. unwrap()Gets the underlying implementation of the EntityManagerFactory.EntityManagerFactoryDelegateEntityManagerFactoryImpl. unwrap()Gets the underlying implementation of the EntityManagerFactory.Constructors in org.eclipse.persistence.internal.jpa with parameters of type EntityManagerFactoryDelegate Constructor Description CacheImpl(EntityManagerFactoryDelegate emf)EntityManagerImpl(EntityManagerFactoryDelegate factory, Map properties, jakarta.persistence.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 EntityManagerFactoryDelegate Modifier and Type Method Description EntityManagerFactoryDelegateJpaEntityManagerFactory. unwrap()Gets the underlying implementation of the EntityManagerFactory.
-