| Package | Description |
|---|---|
| com.querydsl.core.group |
Aggregating post processing functionality
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<QPair<?,?>> |
AbstractGroupByTransformer.maps |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> QPair<K,V> |
QPair.create(Expression<K> key,
Expression<V> value) |
| Constructor and Description |
|---|
GroupImpl(java.util.List<GroupExpression<?,?>> columnDefinitions,
java.util.List<QPair<?,?>> maps) |
Copyright © 2007–2021 Querydsl. All rights reserved.