Uses of Class
org.eclipse.persistence.internal.jpa.QueryImpl
Package
Description
-
Uses of QueryImpl in org.eclipse.persistence.internal.jpa
Modifier and TypeClassDescriptionclass
EJBQueryImpl<X>
Concrete JPA query class.class
Concrete JPA query class.Modifier and TypeFieldDescriptionprotected 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 TypeMethodDescriptionQueryImpl.setFirstResult
(int startPosition) Set the position of the first result to retrieve.QueryImpl.setFlushMode
(FlushModeType flushMode) Set the flush mode type to be used for the query execution.QueryImpl.setLockMode
(LockModeType lockMode) Set the lock mode type to be used for the query execution.QueryImpl.setMaxResults
(int maxResult) Set the maximum number of results to retrieve.Modifier and TypeMethodDescriptionEntityManagerImpl.getOpenQueriesMap()
Return the weak reference to the open queries.EntityManagerImpl.getOpenQueriesMap()
Return the weak reference to the open queries.EntityManagerImpl.getOpenQueriesSet()
Return the weak reference to the open queries.Modifier and TypeMethodDescriptionvoid
EntityManagerImpl.addOpenQuery
(QueryImpl query) Queries that leave the connection and are executed against this entity manager will be added here. -
Uses of QueryImpl in org.eclipse.persistence.internal.jpa.transaction
Modifier and TypeFieldDescriptionprotected 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 TypeMethodDescriptionEntityTransactionImpl.getOpenQueriesMap()
Return the weak reference to the open queries.EntityTransactionImpl.getOpenQueriesMap()
Return the weak reference to the open queries.Modifier and TypeMethodDescriptionvoid
EntityTransactionImpl.addOpenQuery
(QueryImpl query) Queries that leave the connection and are executed against this entity manager will be added here.