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) |
T transform(FetchableQuery<?,?> query)
query - query to be used for executionCopyright © 2007–2015 Mysema Ltd. All rights reserved.