Uses of Interface
org.eclipse.persistence.jpa.JpaEntityManager
-
Packages that use JpaEntityManager Package Description org.eclipse.persistence.internal.jpa org.eclipse.persistence.jpa -
-
Uses of JpaEntityManager in org.eclipse.persistence.internal.jpa
Classes in org.eclipse.persistence.internal.jpa that implement JpaEntityManager Modifier and Type Class Description classEntityManagerImplPurpose: Contains the implementation of the EntityManager.Methods in org.eclipse.persistence.internal.jpa that return JpaEntityManager Modifier and Type Method Description JpaEntityManagerQueryImpl. getEntityManager()Return the entityManager this query is tied to. -
Uses of JpaEntityManager in org.eclipse.persistence.jpa
Methods in org.eclipse.persistence.jpa that return JpaEntityManager Modifier and Type Method Description static JpaEntityManagerJpaHelper. getEntityManager(jakarta.persistence.EntityManager entityManager)Convert a JPA entityManager into a EclipseLink specific one.JpaEntityManagerJpaQuery. getEntityManager()PUBLIC: return the EntityManager for this query
-