org.hibernate.transform
Class AliasToBeanConstructorResultTransformer

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

public class AliasToBeanConstructorResultTransformer
extends Object
implements ResultTransformer

See Also:
Serialized Form

Constructor Summary
AliasToBeanConstructorResultTransformer(Constructor constructor)
           
 
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
 

Constructor Detail

AliasToBeanConstructorResultTransformer

public AliasToBeanConstructorResultTransformer(Constructor constructor)
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