Uses of Class
org.eclipse.persistence.internal.jpa.EntityManagerImpl
Package
Description
-
Uses of EntityManagerImpl in org.eclipse.persistence.internal.jpa
Modifier and TypeMethodDescriptionprotected EntityManagerImpl
EntityManagerFactoryDelegate.createEntityManagerImpl
(Map properties, SynchronizationType syncType) protected EntityManagerImpl
EntityManagerFactoryImpl.createEntityManagerImpl
(Map properties, SynchronizationType syncType) ModifierConstructorDescriptionEJBQueryImpl
(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.protected
EJBQueryImpl
(EntityManagerImpl entityManager) Base constructor for EJBQueryImpl.EJBQueryImpl
(DatabaseQuery query, EntityManagerImpl entityManager) Create an EJBQueryImpl with a DatabaseQuery.protected
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.protected
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
Modifier and TypeFieldDescriptionprotected EntityManagerImpl
TransactionWrapperImpl.entityManager
ModifierConstructorDescriptionEntityTransactionWrapper
(EntityManagerImpl entityManager) JTATransactionWrapper
(EntityManagerImpl entityManager) TransactionWrapperImpl
(EntityManagerImpl entityManager)