org.hibernate.transform

Class PassThroughResultTransformer

Implemented Interfaces:
ResultTransformer, Serializable

public class PassThroughResultTransformer
extends java.lang.Object
implements ResultTransformer

Author:
max

Method Summary

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

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