Uses of Class
org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Packages that use EntityManagerImpl Package Description org.eclipse.persistence.internal.jpa org.eclipse.persistence.internal.jpa.transaction -
-
Uses of EntityManagerImpl in org.eclipse.persistence.internal.jpa
Fields in org.eclipse.persistence.internal.jpa declared as EntityManagerImpl Modifier and Type Field Description protected EntityManagerImplQueryImpl. entityManagerMethods in org.eclipse.persistence.internal.jpa that return EntityManagerImpl Modifier and Type Method Description protected EntityManagerImplEntityManagerFactoryDelegate. createEntityManagerImpl(Map properties, jakarta.persistence.SynchronizationType syncType)protected EntityManagerImplEntityManagerFactoryImpl. createEntityManagerImpl(Map properties, jakarta.persistence.SynchronizationType syncType)Constructors in org.eclipse.persistence.internal.jpa with parameters of type EntityManagerImpl Constructor Description EJBQueryImpl(String jpql, EntityManagerImpl entityManager)Build an EJBQueryImpl based on the given jpql string.EJBQueryImpl(String queryDescription, EntityManagerImpl entityManager, boolean isNamedQuery)Create an EJBQueryImpl with either a query name or an jpql string.EJBQueryImpl(EntityManagerImpl entityManager)Base constructor for EJBQueryImpl.EJBQueryImpl(DatabaseQuery query, EntityManagerImpl entityManager)Create an EJBQueryImpl with a DatabaseQuery.QueryImpl(EntityManagerImpl entityManager)Base constructor for EJBQueryImpl.QueryImpl(DatabaseQuery query, EntityManagerImpl entityManager)Create an EJBQueryImpl with a DatabaseQuery.StoredProcedureQueryImpl(String name, EntityManagerImpl entityManager)Create an StoredProcedureQueryImpl with a query name.StoredProcedureQueryImpl(EntityManagerImpl entityManager)Base constructor for StoredProcedureQueryImpl.StoredProcedureQueryImpl(DatabaseQuery query, EntityManagerImpl entityManager)Create an StoredProcedureQueryImpl with a DatabaseQuery. -
Uses of EntityManagerImpl in org.eclipse.persistence.internal.jpa.transaction
Fields in org.eclipse.persistence.internal.jpa.transaction declared as EntityManagerImpl Modifier and Type Field Description protected EntityManagerImplTransactionWrapperImpl. entityManagerMethods in org.eclipse.persistence.internal.jpa.transaction that return EntityManagerImpl Modifier and Type Method Description EntityManagerImplEntityTransactionWrapper. getEntityManager()Constructors in org.eclipse.persistence.internal.jpa.transaction with parameters of type EntityManagerImpl Constructor Description EntityTransactionWrapper(EntityManagerImpl entityManager)JTATransactionWrapper(EntityManagerImpl entityManager)TransactionWrapperImpl(EntityManagerImpl entityManager)
-