static <T> AggregationQuery<T> |
AggregationQuery.create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> AggregationQuery<T> |
AggregationQuery.create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> AggregationQuery<T> |
AggregationQuery.create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |
static <T> AggregationQuery<T> |
AggregationQuery.create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |
AggregationQuery<T> |
AggregationQuery.groupBy(FieldNode... field) |
AggregationQuery<T> |
AggregationQuery.groupBy(FieldNode... field) |
AggregationQuery<T> |
AggregationQuery.groupBy(List<FieldNode> fields) |
AggregationQuery<T> |
AggregationQuery.groupBy(List<FieldNode> fields) |
AggregationQuery<T> |
AggregationQuery.limit(int limit) |
AggregationQuery<T> |
AggregationQuery.limit(int limit) |
AggregationQuery<T> |
AggregationQuery.limit(int start,
int limit) |
AggregationQuery<T> |
AggregationQuery.limit(int start,
int limit) |