| Package | Description |
|---|---|
| org.xwiki.query.jpql.analysis | |
| org.xwiki.query.jpql.node |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisAdapter.caseTTJoin(TTJoin node) |
void |
Analysis.caseTTJoin(TTJoin node) |
| Modifier and Type | Method and Description |
|---|---|
TTJoin |
AJoin.getTJoin() |
TTJoin |
AFetchJoin.getTJoin() |
| Modifier and Type | Method and Description |
|---|---|
void |
AJoin.setTJoin(TTJoin node) |
void |
AFetchJoin.setTJoin(TTJoin 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–2017 XWiki. All rights reserved.