Uses of Class
org.apache.openjpa.kernel.exps.Context
Packages that use 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
Methods in org.apache.openjpa.jdbc.kernel that return ContextModifier and TypeMethodDescriptionstatic 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 ContextModifier 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
Methods in org.apache.openjpa.jdbc.kernel.exps with parameters of type ContextModifier and TypeMethodDescriptionvoid
PCPath.setSubqueryContext
(Context context, String correlationVar) -
Uses of Context in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return ContextModifier and TypeMethodDescriptionLogicalUnion.UnionSelect.ctx()
Select.ctx()
Return the JPQL query context of this selectSelectImpl.ctx()
Methods in org.apache.openjpa.jdbc.sql with parameters of type ContextModifier 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
Fields in org.apache.openjpa.kernel.exps declared as ContextMethods in org.apache.openjpa.kernel.exps that return ContextModifier 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()
Methods in org.apache.openjpa.kernel.exps that return types with arguments of type ContextMethods in org.apache.openjpa.kernel.exps with parameters of type ContextModifier 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) Method parameters in org.apache.openjpa.kernel.exps with type arguments of type ContextModifier and TypeMethodDescriptionvoid
QueryExpressions.setContexts
(Stack<Context> contexts) Set reference to the JPQL query contexts.Constructors in org.apache.openjpa.kernel.exps with parameters of type ContextModifierConstructorDescriptionContext
(JPQLExpressionBuilder.ParsedJPQL parsed, Subquery subquery, Context parent)