|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.transform.Transformers
public final class Transformers
Field Summary | |
---|---|
static AliasToEntityMapResultTransformer |
ALIAS_TO_ENTITY_MAP
Each row of results is a Map from alias to values/entities |
static ToListResultTransformer |
TO_LIST
Each row of results is a List |
Method Summary | |
---|---|
static ResultTransformer |
aliasToBean(java.lang.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 |
Field Detail |
---|
public static final AliasToEntityMapResultTransformer ALIAS_TO_ENTITY_MAP
public static final ToListResultTransformer TO_LIST
Method Detail |
---|
public static ResultTransformer aliasToBean(java.lang.Class target)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |