Uses of Interface
org.eclipse.persistence.jpa.JpaEntityManagerFactory
Packages that use JpaEntityManagerFactory
-
Uses of JpaEntityManagerFactory in org.eclipse.persistence.internal.jpa
Classes in org.eclipse.persistence.internal.jpa that implement JpaEntityManagerFactoryModifier and TypeClassDescriptionclassPurpose: Provides the implementation for the EntityManager Factory.classWraps our implementation of EntityManagerFactory Most operations are forwarded to the delegate.Fields in org.eclipse.persistence.internal.jpa declared as JpaEntityManagerFactoryModifier and TypeFieldDescriptionprotected JpaEntityManagerFactoryEntityManagerFactoryDelegate.ownerPointer to the EntityManagerFactoryImpl that created meMethods in org.eclipse.persistence.internal.jpa that return JpaEntityManagerFactoryModifier and TypeMethodDescriptionEntityManagerFactoryDelegate.getOwner()INTERNAL: Get the EntityManagerFactoryImpl that created thisConstructors in org.eclipse.persistence.internal.jpa with parameters of type JpaEntityManagerFactoryModifierConstructorDescriptionEntityManagerFactoryDelegate(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 JpaEntityManagerFactoryModifier and TypeMethodDescriptionstatic JpaEntityManagerFactoryJpaHelper.getEntityManagerFactory(EntityManager em) Given an EntityManager return the EntityManagerFactory that created it.static JpaEntityManagerFactoryJpaHelper.getEntityManagerFactory(EntityManagerFactory emf) Given a JPA EntityManagerFactory attempt to cast it to a EclipseLink EMF.