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 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
PCPath. setSubqueryContext(Context context, java.lang.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 Context
LogicalUnion.UnionSelect. ctx()
Context
Select. ctx()
Return the JPQL query context of this selectContext
SelectImpl. ctx()
Methods in org.apache.openjpa.jdbc.sql with parameters of type Context Modifier and Type Method Description SelectImpl
SelectImpl. clone(Context ctx)
void
LogicalUnion.UnionSelect. setContext(Context context)
void
Select. setContext(Context context)
Set JPQL query context for this selectvoid
SelectImpl. setContext(Context context)
Joins
Joins. setJoinContext(Context context)
Set subquery context when traversing into the next join is in transition from parent context to subquery.Joins
SelectImpl.SelectResult. setJoinContext(Context ctx)
Joins
SelectImpl. 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 Context
Context. cloneFrom
Methods in org.apache.openjpa.kernel.exps that return Context Modifier and Type Method Description Context
QueryExpressions. ctx()
Returns the current JPQL query context.Context
Context. findContext(java.lang.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 Modifier and Type Method Description java.util.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 void
Context. addSubselContext(Context sub)
Register the subquery context in this context.void
CandidatePath. setSubqueryContext(Context conext, java.lang.String correlationVar)
void
Path. setSubqueryContext(Context context, java.lang.String correlationVar)
Method parameters in org.apache.openjpa.kernel.exps with type arguments of type Context Modifier and Type Method Description void
QueryExpressions. setContexts(java.util.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)
-