T - Transformations target typepublic interface ResultTransformer<T>
Projectable and transforms results into T. This can be used for example
to group projected columns or to filter out duplicate results.GroupBy| Modifier and Type | Method and Description |
|---|---|
T |
transform(Projectable projectable) |
T transform(Projectable projectable)
projectable - Copyright © 2007–2015 Querydsl. All rights reserved.