com.mysema.query.hql.hibernate.sql
Class ConstructorResultTransformer
java.lang.Object
com.mysema.query.hql.hibernate.sql.ConstructorResultTransformer
- All Implemented Interfaces:
- Serializable, org.hibernate.transform.ResultTransformer
public class ConstructorResultTransformer
- extends Object
- implements org.hibernate.transform.ResultTransformer
- Author:
- tiwe
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorResultTransformer
public ConstructorResultTransformer(EConstructor<?> constructor)
transformList
public List transformList(List collection)
- Specified by:
transformList
in interface org.hibernate.transform.ResultTransformer
transformTuple
public Object transformTuple(Object[] tuple,
String[] aliases)
- Specified by:
transformTuple
in interface org.hibernate.transform.ResultTransformer
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.