org.hibernate.transform

Class AliasToBeanConstructorResultTransformer

Implemented Interfaces:
ResultTransformer, Serializable

public class AliasToBeanConstructorResultTransformer
extends java.lang.Object
implements ResultTransformer

Constructor Summary

AliasToBeanConstructorResultTransformer(Constructor constructor)

Method Summary

List
transformList(List collection)
Object
transformTuple(Object[] tuple, String[] aliases)

Constructor Details

AliasToBeanConstructorResultTransformer

public AliasToBeanConstructorResultTransformer(Constructor constructor)

Method Details

transformList

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

transformTuple

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