| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa | |
| org.eclipse.persistence.internal.jpa.transaction |
| Modifier and Type | Field and Description |
|---|---|
protected EntityManagerImpl |
QueryImpl.entityManager |
| Modifier and Type | Method and Description |
|---|---|
protected EntityManagerImpl |
EntityManagerFactoryImpl.createEntityManagerImpl(Map properties,
jakarta.persistence.SynchronizationType syncType) |
protected EntityManagerImpl |
EntityManagerFactoryDelegate.createEntityManagerImpl(Map properties,
jakarta.persistence.SynchronizationType syncType) |
| Constructor and Description |
|---|
EJBQueryImpl(DatabaseQuery query,
EntityManagerImpl entityManager)
Create an EJBQueryImpl with a DatabaseQuery.
|
EJBQueryImpl(EntityManagerImpl entityManager)
Base constructor for EJBQueryImpl.
|
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.
|
QueryImpl(DatabaseQuery query,
EntityManagerImpl entityManager)
Create an EJBQueryImpl with a DatabaseQuery.
|
QueryImpl(EntityManagerImpl entityManager)
Base constructor for EJBQueryImpl.
|
StoredProcedureQueryImpl(DatabaseQuery query,
EntityManagerImpl entityManager)
Create an StoredProcedureQueryImpl with a DatabaseQuery.
|
StoredProcedureQueryImpl(EntityManagerImpl entityManager)
Base constructor for StoredProcedureQueryImpl.
|
StoredProcedureQueryImpl(String name,
EntityManagerImpl entityManager)
Create an StoredProcedureQueryImpl with a query name.
|
| Modifier and Type | Field and Description |
|---|---|
protected EntityManagerImpl |
TransactionWrapperImpl.entityManager |
| Modifier and Type | Method and Description |
|---|---|
EntityManagerImpl |
EntityTransactionWrapper.getEntityManager() |
| Constructor and Description |
|---|
EntityTransactionWrapper(EntityManagerImpl entityManager) |
JTATransactionWrapper(EntityManagerImpl entityManager) |
TransactionWrapperImpl(EntityManagerImpl entityManager) |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.