站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

RootEntityResultTransformer (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


net.sf.hibernate.transform
Class RootEntityResultTransformer

java.lang.Object
  extended bynet.sf.hibernate.transform.RootEntityResultTransformer
All Implemented Interfaces:
ResultTransformer

public class RootEntityResultTransformer
extends Object
implements ResultTransformer

Author:
Gavin King

Constructor Summary
RootEntityResultTransformer()
           
 
Method Summary
 List transformList(List collection)
           
 Object transformTuple(Object[] tuple, String[] aliases)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootEntityResultTransformer

public RootEntityResultTransformer()
Method Detail

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