Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
org.apache.openjpa.jdbc.kernel.exps |
OpenJPA-JDBC Expression Tree
|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
org.apache.openjpa.kernel.exps |
OpenJPA Expression Tree
|
Modifier and Type | Method and Description |
---|---|
static Context[] |
JDBCStoreQuery.getThreadLocalContext() |
static Context |
JDBCStoreQuery.getThreadLocalContext(Context orig) |
static Context |
JDBCStoreQuery.getThreadLocalContext(Context lctx,
Context cloneFrom) |
Modifier and Type | Method and Description |
---|---|
static Context |
JDBCStoreQuery.getThreadLocalContext(Context orig) |
static Context |
JDBCStoreQuery.getThreadLocalContext(Context lctx,
Context cloneFrom) |
Modifier and Type | Method and Description |
---|---|
void |
PCPath.setSubqueryContext(Context context,
String correlationVar) |
Modifier and Type | Method and Description |
---|---|
Context |
Select.ctx()
Return the JPQL query context of this select
|
Context |
LogicalUnion.UnionSelect.ctx() |
Context |
SelectImpl.ctx() |
Modifier and Type | Method and Description |
---|---|
SelectImpl |
SelectImpl.clone(Context ctx) |
void |
Select.setContext(Context context)
Set JPQL query context for this select
|
void |
LogicalUnion.UnionSelect.setContext(Context context) |
void |
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.setJoinContext(Context ctx) |
Joins |
SelectImpl.SelectResult.setJoinContext(Context ctx) |
Modifier and Type | Field and Description |
---|---|
Context |
Context.cloneFrom |
Modifier and Type | Method and Description |
---|---|
Context |
QueryExpressions.ctx()
Returns the current JPQL query context.
|
Context |
Context.findContext(String alias)
Given an alias find the context of its associated
variable where it is defined.
|
Context |
Context.getParent() |
Modifier and Type | Method and Description |
---|---|
List<Context> |
Context.getSubselContexts()
Returns the subquery context.
|
Modifier and Type | Method and Description |
---|---|
void |
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 Type | Method and Description |
---|---|
void |
QueryExpressions.setContexts(Stack<Context> contexts)
Set reference to the JPQL query contexts.
|
Constructor and Description |
---|
Context(JPQLExpressionBuilder.ParsedJPQL parsed,
Subquery subquery,
Context parent) |
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.