T
- Transformations target typepublic interface ResultTransformer<T>
FetchableQuery
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(FetchableQuery<?,?> query)
Execute the given query and transform the results
|
T transform(FetchableQuery<?,?> query)
query
- query to be used for executionCopyright © 2007–2016 Querydsl. All rights reserved.