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

Packages that use Context
org.apache.openjpa.kernel.exps OpenJPA Expression Tree 
 

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)
           
 



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