Uses of Class
org.eclipse.persistence.internal.jpa.QueryImpl
Packages that use QueryImpl
Package
Description
-
Uses of QueryImpl in org.eclipse.persistence.internal.jpa
Subclasses of QueryImpl in org.eclipse.persistence.internal.jpaModifier and TypeClassDescriptionclass
EJBQueryImpl<X>
Concrete JPA query class.class
Concrete JPA query class.Fields in org.eclipse.persistence.internal.jpa with type parameters of type QueryImplModifier 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.Methods in org.eclipse.persistence.internal.jpa that return QueryImplModifier 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.Methods in org.eclipse.persistence.internal.jpa that return types with arguments of type QueryImplModifier 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.Methods in org.eclipse.persistence.internal.jpa with parameters of type QueryImplModifier 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
Fields in org.eclipse.persistence.internal.jpa.transaction with type parameters of type QueryImplModifier 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.Methods in org.eclipse.persistence.internal.jpa.transaction that return types with arguments of type QueryImplModifier and TypeMethodDescriptionEntityTransactionImpl.getOpenQueriesMap()
Return the weak reference to the open queries.EntityTransactionImpl.getOpenQueriesMap()
Return the weak reference to the open queries.Methods in org.eclipse.persistence.internal.jpa.transaction with parameters of type QueryImplModifier and TypeMethodDescriptionvoid
EntityTransactionImpl.addOpenQuery
(QueryImpl query) Queries that leave the connection and are executed against this entity manager will be added here.