Uses of Class
org.hibernate.transform.AliasedTupleSubsetResultTransformer

Packages that use AliasedTupleSubsetResultTransformer
org.hibernate.transform Defines strategies for post-processing criteria query result sets into a form convenient to the application. 
 

Uses of AliasedTupleSubsetResultTransformer in org.hibernate.transform
 

Subclasses of AliasedTupleSubsetResultTransformer in org.hibernate.transform
 class AliasToBeanResultTransformer
          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.
 class AliasToEntityMapResultTransformer
          ResultTransformer implementation which builds a map for each "row", made up of each aliased value where the alias is the map key.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.