Package org.hibernate.transform
-
Interface Summary Interface Description ResultTransformer<T> Deprecated. UseTupleTransformerand/orResultListTransformerinstead -
Class Summary Class Description AliasToBeanConstructorResultTransformer<T> Wraps the tuples in a constructor call.AliasToBeanResultTransformer<T> Result transformer that allows to transform a result to a user specified class which will be populated via setter methods or fields matching the alias names.AliasToEntityMapResultTransformer ResultTransformerimplementation which builds a map for each "row", made up of each aliased value where the alias is the map key.ToListResultTransformer Transforms each result row from a tuple into aListwhose elements are each tuple valueTransformers