| Package | Description |
|---|---|
| org.xwiki.query.jpql.analysis | |
| org.xwiki.query.jpql.node |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisAdapter.caseTBy(TBy node) |
void |
Analysis.caseTBy(TBy node) |
| Modifier and Type | Method and Description |
|---|---|
TBy |
AOrderbyClause.getBy() |
TBy |
AGroupbyClause.getBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
AOrderbyClause.setBy(TBy node) |
void |
AGroupbyClause.setBy(TBy node) |
| Constructor and Description |
|---|
AGroupbyClause(TGroup _group_,
TBy _by_,
PGroupbyList _groupbyList_) |
AOrderbyClause(TOrder _order_,
TBy _by_,
POrderbyList _orderbyList_) |
Copyright © 2004–2014 XWiki. All rights reserved.