Uses of Package
org.hibernate.transform

Packages that use org.hibernate.transform
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.cache.spi   
org.hibernate.criterion A framework for defining restriction criteria and order criteria. 
org.hibernate.ejb   
org.hibernate.engine.spi   
org.hibernate.hql.internal   
org.hibernate.hql.internal.ast.tree   
org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed. 
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs of the org.hibernate package. 
org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects. 
org.hibernate.loader.criteria This package defines the criteria query compiler and loader 
org.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQL 
org.hibernate.loader.entity This package defines entity loaders 
org.hibernate.loader.hql This package defines a loader for the AST-based query parser 
org.hibernate.transform Defines strategies for post-processing criteria query result sets into a form convenient to the application. 
 

Classes in org.hibernate.transform used by org.hibernate
ResultTransformer
          Implementors define a strategy for transforming query results into the actual application-visible query result list.
 

Classes in org.hibernate.transform used by org.hibernate.cache.spi
CacheableResultTransformer
          A ResultTransformer that is used to transfor tuples to a value(s) that can be cached.
 

Classes in org.hibernate.transform used by org.hibernate.criterion
ResultTransformer
          Implementors define a strategy for transforming query results into the actual application-visible query result list.
 

Classes in org.hibernate.transform used by org.hibernate.ejb
BasicTransformerAdapter
          Provides the basic "noop" impls of the ResultTransformer contract.
ResultTransformer
          Implementors define a strategy for transforming query results into the actual application-visible query result list.
 

Classes in org.hibernate.transform used by org.hibernate.engine.spi
ResultTransformer
          Implementors define a strategy for transforming query results into the actual application-visible query result list.
 

Classes in org.hibernate.transform used by org.hibernate.hql.internal
ResultTransformer
          Implementors define a strategy for transforming query results into the actual application-visible query result list.
 

Classes in org.hibernate.transform used by org.hibernate.hql.internal.ast.tree
ResultTransformer
          Implementors define a strategy for transforming query results into the actual application-visible query result list.
 

Classes in org.hibernate.transform used by org.hibernate.hql.internal.classic
ResultTransformer
          Implementors define a strategy for transforming query results into the actual application-visible query result list.
 

Classes in org.hibernate.transform used by org.hibernate.internal
ResultTransformer
          Implementors define a strategy for transforming query results into the actual application-visible query result list.
 

Classes in org.hibernate.transform used by org.hibernate.loader
ResultTransformer
          Implementors define a strategy for transforming query results into the actual application-visible query result list.
 

Classes in org.hibernate.transform used by org.hibernate.loader.criteria
ResultTransformer
          Implementors define a strategy for transforming query results into the actual application-visible query result list.
 

Classes in org.hibernate.transform used by org.hibernate.loader.custom
ResultTransformer
          Implementors define a strategy for transforming query results into the actual application-visible query result list.
 

Classes in org.hibernate.transform used by org.hibernate.loader.entity
ResultTransformer
          Implementors define a strategy for transforming query results into the actual application-visible query result list.
 

Classes in org.hibernate.transform used by org.hibernate.loader.hql
ResultTransformer
          Implementors define a strategy for transforming query results into the actual application-visible query result list.
 

Classes in org.hibernate.transform used by org.hibernate.transform
AliasedTupleSubsetResultTransformer
          An implementation of TupleSubsetResultTransformer that ignores a tuple element if its corresponding alias is null.
AliasToEntityMapResultTransformer
          ResultTransformer implementation which builds a map for each "row", made up of each aliased value where the alias is the map key.
BasicTransformerAdapter
          Provides the basic "noop" impls of the ResultTransformer contract.
CacheableResultTransformer
          A ResultTransformer that is used to transfor tuples to a value(s) that can be cached.
DistinctResultTransformer
          Distinctions the result tuples in the final result based on the defined equality of the tuples.
DistinctRootEntityResultTransformer
          Much like RootEntityResultTransformer, but we also distinct the entity in the final result.
PassThroughResultTransformer
          ???
ResultTransformer
          Implementors define a strategy for transforming query results into the actual application-visible query result list.
RootEntityResultTransformer
          ResultTransformer implementation which limits the result tuple to only the "root entity".
ToListResultTransformer
          Tranforms each result row from a tuple into a List, such that what you end up with is a List of Lists.
TupleSubsetResultTransformer
          A ResultTransformer that operates on "well-defined" and consistent subset of a tuple's elements.
 



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