| Package | Description |
|---|---|
| org.xwiki.query.jpql.node |
| Modifier and Type | Class and Description |
|---|---|
class |
AInnerJoinSpec |
class |
ALeftJoinSpec |
| Modifier and Type | Method and Description |
|---|---|
PJoinSpec |
AFetchJoin.getJoinSpec() |
PJoinSpec |
AJoin.getJoinSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
AFetchJoin.setJoinSpec(PJoinSpec node) |
void |
AJoin.setJoinSpec(PJoinSpec node) |
| Constructor and Description |
|---|
AFetchJoin(PJoinSpec _joinSpec_,
TTJoin _tJoin_,
TFetch _fetch_,
PPath _path_) |
AJoin(PJoinSpec _joinSpec_,
TTJoin _tJoin_,
PPath _path_,
TAs _as_,
PVariable _variable_) |
Copyright © 2004–2014 XWiki. All rights reserved.