public class AggregationStatement<E> extends SqlSegment<E>
| 限定符和类型 | 方法和说明 |
|---|---|
Aggregations<E> |
aggregation() |
Aggregations<E> |
getAggregations() |
List<FieldNode<E,?>> |
getGroupBys() |
Havings<E> |
getHavings() |
Orders<E> |
getOrders() |
PageRange |
getPageRange() |
Restrictions<E> |
getRestrictions() |
AggregationStatement<E> |
groupBy(FieldNode<E,?>... fieldMore) |
Havings<E> |
having() |
static <E> AggregationStatement<E> |
newInstance(EntityNode<E> n) |
Orders<E> |
orderby() |
Restrictions<E> |
restrictions() |
AggregationStatement<E> |
setPageRange(int start,
int limit) |
void |
setPageRange(PageRange pageRange) |
void |
setRestrictions(Restrictions<E> restrictions) |
getEntityNodepublic static <E> AggregationStatement<E> newInstance(EntityNode<E> n)
public Aggregations<E> aggregation()
public AggregationStatement<E> setPageRange(int start, int limit)
public Restrictions<E> restrictions()
public Restrictions<E> getRestrictions()
public void setRestrictions(Restrictions<E> restrictions)
public AggregationStatement<E> groupBy(FieldNode<E,?>... fieldMore)
public PageRange getPageRange()
public void setPageRange(PageRange pageRange)
public Aggregations<E> getAggregations()
Copyright © 2024. All rights reserved.