Uses of Class
org.hibernate.transform.BasicTransformerAdapter

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

Uses of BasicTransformerAdapter in org.hibernate.transform
 

Subclasses of BasicTransformerAdapter in org.hibernate.transform
 class AliasToEntityMapResultTransformer
          ResultTransformer implementation which builds a map for each "row", made up of each aliased value where the alias is the map key.
 class DistinctResultTransformer
          Distinctions the result tuples in the final result based on the defined equality of the tuples.
 class PassThroughResultTransformer
          ???
 class RootEntityResultTransformer
          ResultTransformer implementation which limits the result tuple to only the "root entity".
 class ToListResultTransformer
          Tranforms each result row from a tuple into a List, such that what you end up with is a List of Lists.
 



Copyright © 2009 Hibernate.org. All Rights Reserved.