Uses of Class
org.apache.openjpa.kernel.QueryImpl
Packages that use QueryImpl
Package
Description
OpenJPA Runtime Kernel
Extended OpenJPA Interfaces for distributed databases.
-
Uses of QueryImpl in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return QueryImplModifier and TypeMethodDescriptionprotected QueryImpl
BrokerImpl.newQueryImpl
(String lang, StoreQuery sq) Create a new query.Constructors in org.apache.openjpa.kernel with parameters of type QueryImplModifierConstructorDescriptionQueryResultCallback
(QueryImpl kernel, StoreQuery storeQuery, StoreQuery.Executor executor, BatchedResultObjectProvider parent, StoreQuery.Range range) -
Uses of QueryImpl in org.apache.openjpa.slice
Subclasses of QueryImpl in org.apache.openjpa.sliceMethods in org.apache.openjpa.slice that return QueryImplModifier and TypeMethodDescriptionprotected QueryImpl
DistributedBrokerImpl.newQueryImpl
(String lang, StoreQuery sq) Create a new query.