Uses of Class
org.apache.openjpa.kernel.exps.Context
Package
Description
OpenJPA-JDBC Runtime Kernel
OpenJPA-JDBC Expression Tree
OpenJPA-JDBC SQL Abstraction
OpenJPA Expression Tree
-
Uses of Context in org.apache.openjpa.jdbc.kernel
Modifier and TypeMethodDescriptionstatic Context[]
JDBCStoreQuery.getThreadLocalContext()
static Context
JDBCStoreQuery.getThreadLocalContext
(Context orig) static Context
JDBCStoreQuery.getThreadLocalContext
(Context lctx, Context cloneFrom) Modifier and TypeMethodDescriptionstatic Context
JDBCStoreQuery.getThreadLocalContext
(Context orig) static Context
JDBCStoreQuery.getThreadLocalContext
(Context lctx, Context cloneFrom) -
Uses of Context in org.apache.openjpa.jdbc.kernel.exps
Modifier and TypeMethodDescriptionvoid
PCPath.setSubqueryContext
(Context context, String correlationVar) -
Uses of Context in org.apache.openjpa.jdbc.sql
Modifier and TypeMethodDescriptionLogicalUnion.UnionSelect.ctx()
Select.ctx()
Return the JPQL query context of this selectSelectImpl.ctx()
Modifier and TypeMethodDescriptionvoid
LogicalUnion.UnionSelect.setContext
(Context context) void
Select.setContext
(Context context) Set JPQL query context for this selectvoid
SelectImpl.setContext
(Context context) Joins.setJoinContext
(Context context) Set subquery context when traversing into the next join is in transition from parent context to subquery.SelectImpl.SelectResult.setJoinContext
(Context ctx) SelectImpl.setJoinContext
(Context ctx) -
Uses of Context in org.apache.openjpa.kernel.exps
Modifier and TypeMethodDescriptionQueryExpressions.ctx()
Returns the current JPQL query context.Context.findContext
(String alias) Given an alias find the context of its associated variable where it is defined.Context.getParent()
Modifier and TypeMethodDescriptionvoid
Context.addSubselContext
(Context sub) Register the subquery context in this context.void
CandidatePath.setSubqueryContext
(Context conext, String correlationVar) void
Path.setSubqueryContext
(Context context, String correlationVar) Modifier and TypeMethodDescriptionvoid
QueryExpressions.setContexts
(Stack<Context> contexts) Set reference to the JPQL query contexts.ModifierConstructorDescriptionContext
(JPQLExpressionBuilder.ParsedJPQL parsed, Subquery subquery, Context parent)