Package | Description |
---|---|
com.mysema.query.group |
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–2015 Mysema Ltd. All rights reserved.