Uses of Class
org.apache.openjpa.kernel.QueryImpl
-
Packages that use QueryImpl Package Description org.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. -
-
Uses of QueryImpl in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return QueryImpl Modifier and Type Method Description protected QueryImpl
BrokerImpl. newQueryImpl(java.lang.String lang, StoreQuery sq)
Create a new query.Constructors in org.apache.openjpa.kernel with parameters of type QueryImpl Constructor Description QueryResultCallback(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.slice Modifier and Type Class Description class
DistributedQueryImpl
Extension with slice locking policy.Methods in org.apache.openjpa.slice that return QueryImpl Modifier and Type Method Description protected QueryImpl
DistributedBrokerImpl. newQueryImpl(java.lang.String lang, StoreQuery sq)
Create a new query.
-