Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » transform » [javadoc | source]
org.hibernate.transform
public final class: Transformers [javadoc | source]
java.lang.Object
   org.hibernate.transform.Transformers
Field Summary
public static final  AliasToEntityMapResultTransformer ALIAS_TO_ENTITY_MAP    Each row of results is a Map from alias to values/entities 
public static final  ToListResultTransformer TO_LIST    Each row of results is a List 
Method from org.hibernate.transform.Transformers Summary:
aliasToBean
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.transform.Transformers Detail:
 public static ResultTransformer aliasToBean(Class target) 
    Creates a resulttransformer that will inject aliased values into instances of Class via property methods or fields.