org.hibernate.transform
Class ToListResultTransformer

java.lang.Object
  extended by org.hibernate.transform.ToListResultTransformer
All Implemented Interfaces:
Serializable, ResultTransformer

public class ToListResultTransformer
extends Object
implements ResultTransformer

See Also:
Serialized Form

Field Summary
static ResultTransformer INSTANCE
           
 
Method Summary
 List transformList(List collection)
           
 Object transformTuple(Object[] tuple, String[] aliases)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ResultTransformer INSTANCE
Method Detail

transformTuple

public Object transformTuple(Object[] tuple,
                             String[] aliases)
Specified by:
transformTuple in interface ResultTransformer

transformList

public List transformList(List collection)
Specified by:
transformList in interface ResultTransformer