public interface ResultTransformer extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
List | 
transformList(List collection)
Here we have an opportunity to perform transformation on the
 query result as a whole. 
 | 
Object | 
transformTuple(Object[] tuple,
              String[] aliases)
Tuples are the elements making up each "row" of the query result. 
 | 
Object transformTuple(Object[] tuple, String[] aliases)
tuple - The result elementsaliases - The result aliases ("parallel" array to tuple)List transformList(List collection)
collection - The result.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.