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 
org.apache.openjpa.kernel.exps OpenJPA Expression Tree 
org.apache.openjpa.persistence.meta OpenJPA MetaModel 
org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
 

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
(package private) static QueryKey QueryKey.newInstance(QueryContext q, boolean packed, Map args, Class candidate, boolean subs, long startIdx, long endIdx, Object parsed)
          Return a key for the given query, or null if it is not cacheable.
(package private) static QueryKey QueryKey.newInstance(QueryContext q, boolean packed, Object[] args, Class candidate, boolean subs, long startIdx, long endIdx, Object parsed)
          Return a key for the given query, or null if it is not cacheable.
 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 StoreQuery.getContext()
          Return the query context that has been set.
 QueryContext AbstractStoreQuery.getContext()
           
 

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

Uses of QueryContext in org.apache.openjpa.kernel.exps
 

Methods in org.apache.openjpa.kernel.exps that return QueryContext
 QueryContext Resolver.getQueryContext()
          The QueryContext for which this resolver was created
 

Uses of QueryContext in org.apache.openjpa.persistence.meta
 

Methods in org.apache.openjpa.persistence.meta that return QueryContext
 QueryContext MetamodelImpl.getQueryContext()
           
 

Uses of QueryContext in org.apache.openjpa.slice
 

Classes in org.apache.openjpa.slice that implement QueryContext
 class DistributedQueryImpl
          Extension with slice locking policy.
 

Uses of QueryContext in org.apache.openjpa.slice.jdbc
 

Methods in org.apache.openjpa.slice.jdbc with parameters of type QueryContext
(package private)  boolean DistributedStoreQuery.ParallelExecutor.containsReplicated(QueryContext query)
          Scans metadata to find out if a replicated class is the candidate.
 void DistributedStoreQuery.setContext(QueryContext ctx)
           
 



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