K - Key typeV - Value typeRES - Concrete collection typepublic class GroupByGenericCollection<K,V,RES extends java.util.Collection<V>> extends AbstractGroupByTransformer<K,RES>
expressions, groupExpressions, maps| Modifier and Type | Method and Description |
|---|---|
RES |
transform(FetchableQuery<?,?> query)
Execute the given query and transform the results
|
protected V |
transform(Group group) |
withoutGroupExpressionspublic RES transform(FetchableQuery<?,?> query)
ResultTransformerquery - query to be used for executionCopyright © 2007–2021 Querydsl. All rights reserved.