Uses of Interface
org.eclipse.persistence.jpa.JpaEntityManagerFactory
-
Uses of JpaEntityManagerFactory in org.eclipse.persistence.internal.jpa
Modifier and TypeClassDescriptionclass
Purpose: Provides the implementation for the EntityManager Factory.class
Wraps our implementation of EntityManagerFactory Most operations are forwarded to the delegate.Modifier and TypeFieldDescriptionprotected JpaEntityManagerFactory
EntityManagerFactoryDelegate.owner
Pointer to the EntityManagerFactoryImpl that created meModifier and TypeMethodDescriptionEntityManagerFactoryDelegate.getOwner()
INTERNAL: Get the EntityManagerFactoryImpl that created thisModifierConstructorDescriptionEntityManagerFactoryDelegate
(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
Modifier and TypeMethodDescriptionstatic JpaEntityManagerFactory
JpaHelper.getEntityManagerFactory
(EntityManager em) Given an EntityManager return the EntityManagerFactory that created it.static JpaEntityManagerFactory
JpaHelper.getEntityManagerFactory
(EntityManagerFactory emf) Given a JPA EntityManagerFactory attempt to cast it to a EclipseLink EMF.