org.hibernate.transform
Class AliasToBeanConstructorResultTransformer
java.lang.Object
org.hibernate.transform.AliasToBeanConstructorResultTransformer
- All Implemented Interfaces:
- Serializable, ResultTransformer
public class AliasToBeanConstructorResultTransformer
- extends Object
- implements ResultTransformer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AliasToBeanConstructorResultTransformer
public AliasToBeanConstructorResultTransformer(Constructor constructor)
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