Class AliasToEntityMapResultTransformer

java.lang.Object
org.hibernate.transform.AliasToEntityMapResultTransformer
All Implemented Interfaces:
TupleTransformer<Map<String,Object>>, TypedTupleTransformer<Map<String,Object>>

@Deprecated public class AliasToEntityMapResultTransformer extends Object implements TypedTupleTransformer<Map<String,Object>>
Deprecated.
Defines a Tuple mapping and there are many well-defined ways to use that approach.
TypedTupleTransformer implementation which builds a map for each "row", made up of each aliased value where the alias is the map key.