Package | Description |
---|---|
com.mysema.query.group |
Modifier and Type | Method and Description |
---|---|
ResultTransformer<Map<K,Group>> |
GroupByBuilder.as(Expression<?>... expressions)
Get the results as a map
|
ResultTransformer<com.mysema.commons.lang.CloseableIterator<Group>> |
GroupByBuilder.iterate(Expression<?>... expressions)
Get the results as a closeable iterator
|
ResultTransformer<List<Group>> |
GroupByBuilder.list(Expression<?>... expressions)
Get the results as a list
|
Modifier and Type | Method and Description |
---|---|
protected V |
GroupByIterate.transform(Group group) |
protected V |
GroupByList.transform(Group group) |
protected abstract V |
GroupByProjection.transform(Group group)
Creates a result object from the given group
|
Modifier and Type | Method and Description |
---|---|
protected Map<K,V> |
GroupByMap.transform(Map<K,Group> groups) |
protected Map<K,V> |
GroupByProjection.transform(Map<K,Group> groups) |
Copyright © 2007–2015 Mysema Ltd. All rights reserved.