Uses of Interface
org.apache.openjpa.kernel.QueryContext

Packages that use QueryContext
org.apache.openjpa.datacache OpenJPA Data Cache 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
 

Uses of QueryContext in org.apache.openjpa.datacache
 

Methods in org.apache.openjpa.datacache that return QueryContext
 QueryContext QueryCacheStoreQuery.getContext()
           
 

Methods in org.apache.openjpa.datacache with parameters of type QueryContext
 void QueryCacheStoreQuery.setContext(QueryContext qctx)
           
 

Uses of QueryContext in org.apache.openjpa.kernel
 

Subinterfaces of QueryContext in org.apache.openjpa.kernel
 interface Query
          OpenJPA query interface.
 

Classes in org.apache.openjpa.kernel that implement QueryContext
 class DelegatingQuery
          Delegating query that can also perform exception translation for use in facades.
 class QueryImpl
          Implementation of the Query interface.
 

Fields in org.apache.openjpa.kernel declared as QueryContext
protected  QueryContext AbstractStoreQuery.ctx
           
 

Methods in org.apache.openjpa.kernel that return QueryContext
 QueryContext AbstractStoreQuery.getContext()
           
 QueryContext StoreQuery.getContext()
          Return the query context that has been set.
 

Methods in org.apache.openjpa.kernel with parameters of type QueryContext
 void AbstractStoreQuery.setContext(QueryContext ctx)
           
 void StoreQuery.setContext(QueryContext ctx)
          Set the current query context.
 



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