Uses of Interface
org.eclipse.persistence.jpa.JpaEntityManagerFactory
-
Packages that use JpaEntityManagerFactory Package Description org.eclipse.persistence.internal.jpa org.eclipse.persistence.jpa -
-
Uses of JpaEntityManagerFactory in org.eclipse.persistence.internal.jpa
Classes in org.eclipse.persistence.internal.jpa that implement JpaEntityManagerFactory Modifier and Type Class Description classEntityManagerFactoryDelegatePurpose: Provides the implementation for the EntityManager Factory.classEntityManagerFactoryImplWraps our implementation of EntityManagerFactory Most operations are forwarded to the delegate.Fields in org.eclipse.persistence.internal.jpa declared as JpaEntityManagerFactory Modifier and Type Field Description protected JpaEntityManagerFactoryEntityManagerFactoryDelegate. ownerPointer to the EntityManagerFactoryImpl that created meMethods in org.eclipse.persistence.internal.jpa that return JpaEntityManagerFactory Modifier and Type Method Description JpaEntityManagerFactoryEntityManagerFactoryDelegate. getOwner()INTERNAL: Get the EntityManagerFactoryImpl that created thisConstructors in org.eclipse.persistence.internal.jpa with parameters of type JpaEntityManagerFactory Constructor Description EntityManagerFactoryDelegate(String persistenceUnitName, Map<String,Object> properties, List<ClassDescriptor> descriptors, JpaEntityManagerFactory owner)Create a dynamic persistence unit which does not use the persistence.xml.EntityManagerFactoryDelegate(EntityManagerSetupImpl setupImpl, Map properties, JpaEntityManagerFactory owner)EntityManagerFactoryDelegate(AbstractSession databaseSession, JpaEntityManagerFactory owner)Will return an instance of the Factory. -
Uses of JpaEntityManagerFactory in org.eclipse.persistence.jpa
Methods in org.eclipse.persistence.jpa that return JpaEntityManagerFactory Modifier and Type Method Description static JpaEntityManagerFactoryJpaHelper. getEntityManagerFactory(jakarta.persistence.EntityManager em)Given an EntityManager return the EntityManagerFactory that created it.static JpaEntityManagerFactoryJpaHelper. getEntityManagerFactory(jakarta.persistence.EntityManagerFactory emf)Given a JPA EntityManagerFactory attempt to cast it to a EclipseLink EMF.
-