Package | Description |
---|---|
com.querydsl.core.group |
Aggregating post processing functionality
|
Modifier and Type | Method and Description |
---|---|
static GroupByBuilder<List<?>> |
GroupBy.groupBy(Expression<?>... keys)
Create a new GroupByBuilder for the given key expressions
|
static <K> GroupByBuilder<K> |
GroupBy.groupBy(Expression<K> key)
Create a new GroupByBuilder for the given key expression
|
Copyright © 2007–2016 Querydsl. All rights reserved.