当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
DistinctRootEntityResultTransformer (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.transform
Class DistinctRootEntityResultTransformer
java.lang.Object
net.sf.hibernate.transform.DistinctRootEntityResultTransformer
- All Implemented Interfaces:
- ResultTransformer
- public class DistinctRootEntityResultTransformer
- extends Object
- implements ResultTransformer
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistinctRootEntityResultTransformer
public DistinctRootEntityResultTransformer()
transformTuple
public Object transformTuple(Object[] tuple,
String[] aliases)
- Specified by:
transformTuple
in interface ResultTransformer
transformList
public List transformList(List list)
- Specified by:
transformList
in interface ResultTransformer