org.hibernate.transform
Class Transformers
java.lang.Object
   org.hibernate.transform.Transformers
org.hibernate.transform.Transformers
- public final class Transformers 
- extends Object
 
| Method Summary | 
| static ResultTransformer | aliasToBean(Class target)Creates a resulttransformer that will inject aliased values into 
 instances of Class via property methods or fields.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ALIAS_TO_ENTITY_MAP
public static final AliasToEntityMapResultTransformer ALIAS_TO_ENTITY_MAP
- Each row of results is a Map from alias to values/entities
 
 
TO_LIST
public static final ToListResultTransformer TO_LIST
- Each row of results is a List
 
 
aliasToBean
public static ResultTransformer aliasToBean(Class target)
- Creates a resulttransformer that will inject aliased values into 
 instances of Class via property methods or fields.
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.