Uses of Class
org.hibernate.transform.AliasToEntityMapResultTransformer
-
Packages that use AliasToEntityMapResultTransformer Package Description org.hibernate.transform Defines strategies for post-processing criteria query results into a form convenient to the application. -
-
Uses of AliasToEntityMapResultTransformer in org.hibernate.transform
Fields in org.hibernate.transform declared as AliasToEntityMapResultTransformer Modifier and Type Field Description static AliasToEntityMapResultTransformer
Transformers. ALIAS_TO_ENTITY_MAP
Deprecated.Each row of results is aMap
from alias to values/entitiesstatic AliasToEntityMapResultTransformer
AliasToEntityMapResultTransformer. INSTANCE
Deprecated.
-