Uses of Package
org.hibernate.transform

Packages that use org.hibernate.transform
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.criterion A framework for defining restriction criteria and order criteria. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
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 criteria query results into the actual application-visible query result list.
 

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

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

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