| Package | Description |
|---|---|
| org.apache.openjpa.kernel.exps |
OpenJPA Expression Tree
|
| 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 |
Path.setSubqueryContext(Context context,
String correlationVar) |
void |
CandidatePath.setSubqueryContext(Context conext,
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-2014 Apache Software Foundation. All Rights Reserved.