Uses of Class
org.apache.openjpa.kernel.exps.Context
- 
Packages that use Context Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Treeorg.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstractionorg.apache.openjpa.kernel.exps OpenJPA Expression Tree - 
- 
Uses of Context in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel that return Context Modifier and Type Method Description static Context[]JDBCStoreQuery. getThreadLocalContext()static ContextJDBCStoreQuery. getThreadLocalContext(Context orig)static ContextJDBCStoreQuery. getThreadLocalContext(Context lctx, Context cloneFrom)Methods in org.apache.openjpa.jdbc.kernel with parameters of type Context Modifier and Type Method Description static ContextJDBCStoreQuery. getThreadLocalContext(Context orig)static ContextJDBCStoreQuery. 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 Modifier and Type Method Description voidPCPath. setSubqueryContext(Context context, String correlationVar) - 
Uses of Context in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return Context Modifier and Type Method Description ContextLogicalUnion.UnionSelect. ctx()ContextSelect. ctx()Return the JPQL query context of this selectContextSelectImpl. ctx()Methods in org.apache.openjpa.jdbc.sql with parameters of type Context Modifier and Type Method Description SelectImplSelectImpl. clone(Context ctx)voidLogicalUnion.UnionSelect. setContext(Context context)voidSelect. setContext(Context context)Set JPQL query context for this selectvoidSelectImpl. setContext(Context context)JoinsJoins. setJoinContext(Context context)Set subquery context when traversing into the next join is in transition from parent context to subquery.JoinsSelectImpl.SelectResult. setJoinContext(Context ctx)JoinsSelectImpl. setJoinContext(Context ctx) - 
Uses of Context in org.apache.openjpa.kernel.exps
Fields in org.apache.openjpa.kernel.exps declared as Context Modifier and Type Field Description ContextContext. cloneFromMethods in org.apache.openjpa.kernel.exps that return Context Modifier and Type Method Description ContextQueryExpressions. ctx()Returns the current JPQL query context.ContextContext. findContext(String alias)Given an alias find the context of its associated variable where it is defined.ContextContext. getParent()Methods in org.apache.openjpa.kernel.exps that return types with arguments of type Context Modifier and Type Method Description List<Context>Context. getSubselContexts()Returns the subquery context.Methods in org.apache.openjpa.kernel.exps with parameters of type Context Modifier and Type Method Description voidContext. addSubselContext(Context sub)Register the subquery context in this context.voidCandidatePath. setSubqueryContext(Context conext, String correlationVar)voidPath. setSubqueryContext(Context context, String correlationVar)Method parameters in org.apache.openjpa.kernel.exps with type arguments of type Context Modifier and Type Method Description voidQueryExpressions. setContexts(Stack<Context> contexts)Set reference to the JPQL query contexts.Constructors in org.apache.openjpa.kernel.exps with parameters of type Context Constructor Description Context(JPQLExpressionBuilder.ParsedJPQL parsed, Subquery subquery, Context parent) 
 -