| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa | |
| org.eclipse.persistence.internal.jpa.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
EJBQueryImpl<X>
Concrete JPA query class.
|
class |
StoredProcedureQueryImpl
Concrete JPA query class.
|
| Modifier and Type | Field and Description |
|---|---|
protected WeakHashMap<QueryImpl,QueryImpl> |
EntityManagerImpl.openQueriesMap
Keep a list of openQueries that are executed in this entity manager.
|
protected WeakHashMap<QueryImpl,QueryImpl> |
EntityManagerImpl.openQueriesMap
Keep a list of openQueries that are executed in this entity manager.
|
| Modifier and Type | Method and Description |
|---|---|
QueryImpl |
QueryImpl.setFirstResult(int startPosition)
Set the position of the first result to retrieve.
|
QueryImpl |
QueryImpl.setFlushMode(jakarta.persistence.FlushModeType flushMode)
Set the flush mode type to be used for the query execution.
|
QueryImpl |
QueryImpl.setLockMode(jakarta.persistence.LockModeType lockMode)
Set the lock mode type to be used for the query execution.
|
QueryImpl |
QueryImpl.setMaxResults(int maxResult)
Set the maximum number of results to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<QueryImpl,QueryImpl> |
EntityManagerImpl.getOpenQueriesMap()
Return the weak reference to the open queries.
|
protected Map<QueryImpl,QueryImpl> |
EntityManagerImpl.getOpenQueriesMap()
Return the weak reference to the open queries.
|
protected Set<QueryImpl> |
EntityManagerImpl.getOpenQueriesSet()
Return the weak reference to the open queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityManagerImpl.addOpenQuery(QueryImpl query)
Queries that leave the connection and are executed against this entity
manager will be added here.
|
| Modifier and Type | Field and Description |
|---|---|
protected WeakHashMap<QueryImpl,QueryImpl> |
EntityTransactionImpl.openQueriesMap
Keep a weak reference to the open queries that are executed in this entity manager.
|
protected WeakHashMap<QueryImpl,QueryImpl> |
EntityTransactionImpl.openQueriesMap
Keep a weak reference to the open queries that are executed in this entity manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<QueryImpl,QueryImpl> |
EntityTransactionImpl.getOpenQueriesMap()
Return the weak reference to the open queries.
|
protected Map<QueryImpl,QueryImpl> |
EntityTransactionImpl.getOpenQueriesMap()
Return the weak reference to the open queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityTransactionImpl.addOpenQuery(QueryImpl query)
Queries that leave the connection and are executed against this entity
manager will be added here.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.