Uses of Class
org.apache.openjpa.kernel.exps.Context

Packages that use Context
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Tree 
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction 
org.apache.openjpa.kernel.exps OpenJPA Expression Tree 
org.apache.openjpa.persistence.criteria OpenJPA Criteria Query 
 

Uses of Context in org.apache.openjpa.jdbc.kernel
 

Methods in org.apache.openjpa.jdbc.kernel that return Context
static Context[] JDBCStoreQuery.getThreadLocalContext()
           
static Context JDBCStoreQuery.getThreadLocalContext(Context orig)
           
static Context JDBCStoreQuery.getThreadLocalContext(Context lctx, Context cloneFrom)
           
 

Methods in org.apache.openjpa.jdbc.kernel with parameters of type Context
static Context JDBCStoreQuery.getThreadLocalContext(Context orig)
           
static Context JDBCStoreQuery.getThreadLocalContext(Context lctx, Context cloneFrom)
           
 

Uses of Context in org.apache.openjpa.jdbc.kernel.exps
 

Methods in org.apache.openjpa.jdbc.kernel.exps with parameters of type Context
 void PCPath.setSubqueryContext(Context context, String correlationVar)
           
 void ConstPath.setSubqueryContext(Context conext, String correlationVar)
           
 

Uses of Context in org.apache.openjpa.jdbc.sql
 

Methods in org.apache.openjpa.jdbc.sql that return Context
 Context SelectImpl.ctx()
           
 Context Select.ctx()
          Return the JPQL query context of this select
 Context LogicalUnion.UnionSelect.ctx()
           
 

Methods in org.apache.openjpa.jdbc.sql with parameters of type Context
 SelectImpl SelectImpl.clone(Context ctx)
           
 void SelectImpl.setContext(Context context)
           
 void Select.setContext(Context context)
          Set JPQL query context for this select
 void LogicalUnion.UnionSelect.setContext(Context context)
           
 Joins SelectImpl.setJoinContext(Context ctx)
           
 Joins SelectImpl.SelectResult.setJoinContext(Context ctx)
           
 Joins Joins.setJoinContext(Context context)
          Set subquery context when traversing into the next join is in transition from parent context to subquery.
 

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

Fields in org.apache.openjpa.kernel.exps declared as Context
 Context Context.cloneFrom
           
 

Methods in org.apache.openjpa.kernel.exps that return Context
 Context QueryExpressions.ctx()
          Returns the current JPQL query context.
 Context Context.findContext(String alias)
          Given an alias find the context of its associated variable where it is defined.
 Context Context.getParent()
           
 

Methods in org.apache.openjpa.kernel.exps that return types with arguments of type Context
 List<Context> Context.getSubselContexts()
          Returns the subquery context.
 

Methods in org.apache.openjpa.kernel.exps with parameters of type Context
 void Context.addSubselContext(Context sub)
          Register the subquery context in this context.
 void Path.setSubqueryContext(Context context, String correlationVar)
           
 void CandidatePath.setSubqueryContext(Context conext, String correlationVar)
           
 

Method parameters in org.apache.openjpa.kernel.exps with type arguments of type Context
 void QueryExpressions.setContexts(Stack<Context> contexts)
          Set reference to the JPQL query contexts.
 

Constructors in org.apache.openjpa.kernel.exps with parameters of type Context
Context(JPQLExpressionBuilder.ParsedJPQL parsed, Subquery subquery, Context parent)
           
 

Uses of Context in org.apache.openjpa.persistence.criteria
 

Methods in org.apache.openjpa.persistence.criteria that return Context
(package private)  Context CriteriaQueryImpl.ctx()
          Gets the current context.
 

Methods in org.apache.openjpa.persistence.criteria that return types with arguments of type Context
(package private)  Stack<Context> SubqueryImpl.getContexts()
           
(package private)  Stack<Context> CriteriaQueryImpl.getContexts()
          Gets the stack of contexts used by this query.
 

Method parameters in org.apache.openjpa.persistence.criteria with type arguments of type Context
(package private)  void CriteriaQueryImpl.setContexts(Stack<Context> contexts)
           
 



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