Uses of Class
org.apache.openjpa.kernel.exps.Context
-
Packages that use Context Package Description 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 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)
-