Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » transform » [javadoc | source]
org.hibernate.transform
abstract public class: BasicTransformerAdapter [javadoc | source]
java.lang.Object
   org.hibernate.transform.BasicTransformerAdapter

All Implemented Interfaces:
    ResultTransformer

Direct Known Subclasses:
    PassThroughResultTransformer, DistinctResultTransformer, AliasToEntityMapResultTransformer, RootEntityResultTransformer, ToListResultTransformer

Provides the basic "noop" impls of the ResultTransformer contract.
Method from org.hibernate.transform.BasicTransformerAdapter Summary:
transformList,   transformTuple
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.transform.BasicTransformerAdapter Detail:
 public List transformList(List list) 
    {@inheritDoc}
 public Object transformTuple(Object[] tuple,
    String[] aliases) 
    {@inheritDoc}