K - Map key typeV - Map value typeRES - Resulting map typepublic class GroupByGenericMap<K,V,RES extends java.util.Map<K,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 RES |
transform(java.util.Map<K,Group> groups) |
withoutGroupExpressionspublic RES transform(FetchableQuery<?,?> query)
ResultTransformerquery - query to be used for executionCopyright © 2007–2021 Querydsl. All rights reserved.