K
- V
- public class GroupByList<K,V> extends Object
Modifier and Type | Field and Description |
---|---|
protected Expression<?>[] |
expressions |
protected List<GroupExpression<?,?>> |
groupExpressions |
protected List<QPair<?,?>> |
maps |
Modifier and Type | Method and Description |
---|---|
List<V> |
transform(FetchableQuery<?,?> query)
Execute the given query and transform the results
|
protected V |
transform(Group group) |
protected static FactoryExpression<Tuple> |
withoutGroupExpressions(FactoryExpression<Tuple> expr) |
protected final List<GroupExpression<?,?>> groupExpressions
protected final Expression<?>[] expressions
public List<V> transform(FetchableQuery<?,?> query)
ResultTransformer
query
- query to be used for executionprotected static FactoryExpression<Tuple> withoutGroupExpressions(FactoryExpression<Tuple> expr)
Copyright © 2007–2015 Mysema Ltd. All rights reserved.