com.mysema.query
Interface ResultTransformer<T>

Type Parameters:
T - Transformations target type
All Known Implementing Classes:
GroupBy

public interface ResultTransformer<T>

Executes query on a Projectable and transforms results into T. This can be used for example to group projected columns or to filter out duplicate results.

Author:
sasa
See Also:
GroupBy

Method Summary
 T transform(Projectable projectable)
           
 

Method Detail

transform

T transform(Projectable projectable)


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.