Package org.hibernate.transform
Class Transformers
java.lang.Object
org.hibernate.transform.Transformers
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AliasToEntityMapResultTransformer
Deprecated.Each row of results is aMap
from alias to values/entitiesstatic final ToListResultTransformer
Deprecated.Each row of results is aList
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ResultTransformer<T>
aliasToBean
(Class<T> target) Deprecated.Creates a ResultTransformer that will inject aliased values into instances of Class via property methods or fields.
-
Field Details
-
ALIAS_TO_ENTITY_MAP
Deprecated.Each row of results is aMap
from alias to values/entities -
TO_LIST
Deprecated.Each row of results is aList
-
-
Method Details
-
aliasToBean
Deprecated.Creates a ResultTransformer that will inject aliased values into instances of Class via property methods or fields.
-
ResultTransformer
is deprecated