Modifier and Type | Class and Description |
---|---|
class |
EntityManagerImpl
Purpose: Contains the implementation of the EntityManager.
|
Modifier and Type | Method and Description |
---|---|
protected EntityManagerImpl |
EntityManagerFactoryImpl.createEntityManagerImplInternal(Map properties,
boolean extended) |
Modifier and Type | Field and Description |
---|---|
protected EntityManagerImpl |
EJBQueryImpl.entityManager |
Modifier and Type | Method and Description |
---|---|
protected EntityManagerImpl |
EntityManagerFactoryImpl.createEntityManagerImpl(boolean extended) |
protected EntityManagerImpl |
EntityManagerFactoryImpl.createEntityManagerImpl(Map properties,
boolean extended) |
protected abstract EntityManagerImpl |
EntityManagerFactoryImpl.createEntityManagerImplInternal(Map properties,
boolean extended) |
Constructor and Description |
---|
EJBQueryImpl(DatabaseQuery query,
EntityManagerImpl entityManager)
Create an EJBQueryImpl with a TopLink query.
|
EJBQueryImpl(EntityManagerImpl entityManager)
Base constructor for EJBQueryImpl.
|
EJBQueryImpl(String ejbql,
EntityManagerImpl entityManager)
Build an EJBQueryImpl based on the given ejbql string
|
EJBQueryImpl(String queryDescription,
EntityManagerImpl entityManager,
boolean isNamedQuery)
Create an EJBQueryImpl with either a query name or an ejbql string
|
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 © 2022. All rights reserved.