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 EntityManagerImplEntityManagerFactoryDelegate.createEntityManagerImpl(Map properties, SynchronizationType syncType) protected EntityManagerImplEntityManagerFactoryImpl.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.protectedEJBQueryImpl(EntityManagerImpl entityManager) Base constructor for EJBQueryImpl.EJBQueryImpl(DatabaseQuery query, EntityManagerImpl entityManager) Create an EJBQueryImpl with a DatabaseQuery.protectedQueryImpl(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.protectedStoredProcedureQueryImpl(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 EntityManagerImplTransactionWrapperImpl.entityManagerMethods 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)