Uses of Class
org.apache.openjpa.kernel.QueryImpl

Packages that use QueryImpl
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.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
protected  QueryImpl BrokerImpl.newQueryImpl(String lang, StoreQuery sq)
          Create a new query.
 

Uses of QueryImpl in org.apache.openjpa.slice
 

Subclasses of QueryImpl in org.apache.openjpa.slice
 class DistributedQueryImpl
          Extension with slice locking policy.
 

Methods in org.apache.openjpa.slice that return QueryImpl
protected  QueryImpl DistributedBrokerImpl.newQueryImpl(String lang, StoreQuery sq)
          Create a new query.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.