Uses of Class
org.eclipse.persistence.internal.jpa.EntityManagerImpl
Packages that use EntityManagerImpl
Package
Description
-
Uses of EntityManagerImpl in org.eclipse.persistence.internal.jpa
Fields in org.eclipse.persistence.internal.jpa declared as EntityManagerImplMethods in org.eclipse.persistence.internal.jpa that return EntityManagerImplModifier and TypeMethodDescriptionprotected EntityManagerImpl
EntityManagerFactoryDelegate.createEntityManagerImpl
(Map properties, SynchronizationType syncType) protected EntityManagerImpl
EntityManagerFactoryImpl.createEntityManagerImpl
(Map properties, SynchronizationType syncType) Constructors in org.eclipse.persistence.internal.jpa with parameters of type EntityManagerImplModifierConstructorDescriptionEJBQueryImpl
(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
Fields in org.eclipse.persistence.internal.jpa.transaction declared as EntityManagerImplModifier and TypeFieldDescriptionprotected EntityManagerImpl
TransactionWrapperImpl.entityManager
Methods in org.eclipse.persistence.internal.jpa.transaction that return EntityManagerImplConstructors in org.eclipse.persistence.internal.jpa.transaction with parameters of type EntityManagerImplModifierConstructorDescriptionEntityTransactionWrapper
(EntityManagerImpl entityManager) JTATransactionWrapper
(EntityManagerImpl entityManager) TransactionWrapperImpl
(EntityManagerImpl entityManager)