Uses of Class
org.eclipse.persistence.internal.jpa.QueryImpl
-
Packages that use QueryImpl Package Description org.eclipse.persistence.internal.jpa -
-
Uses of QueryImpl in org.eclipse.persistence.internal.jpa
Subclasses of QueryImpl in org.eclipse.persistence.internal.jpa Modifier and Type Class Description classEJBQueryImpl<X>Concrete JPA query class.classStoredProcedureQueryImplConcrete JPA query class.Fields in org.eclipse.persistence.internal.jpa with type parameters of type QueryImpl Modifier and Type Field Description protected WeakHashMap<QueryImpl,QueryImpl>EntityManagerImpl. openQueriesMapKeep a list of openQueries that are executed in this entity manager.protected WeakHashMap<QueryImpl,QueryImpl>EntityManagerImpl. openQueriesMapKeep a list of openQueries that are executed in this entity manager.Methods in org.eclipse.persistence.internal.jpa that return QueryImpl Modifier and Type Method Description QueryImplQueryImpl. setFirstResult(int startPosition)Set the position of the first result to retrieve.QueryImplQueryImpl. setFlushMode(jakarta.persistence.FlushModeType flushMode)Set the flush mode type to be used for the query execution.QueryImplQueryImpl. setLockMode(jakarta.persistence.LockModeType lockMode)Set the lock mode type to be used for the query execution.QueryImplQueryImpl. 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 QueryImpl Modifier and Type Method 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.Methods in org.eclipse.persistence.internal.jpa with parameters of type QueryImpl Modifier and Type Method Description voidEntityManagerImpl. addOpenQuery(QueryImpl query)Queries that leave the connection and are executed against this entity manager will be added here.
-