站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Package org.hibernate.transform (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.hql This package defines the interface between Hibernate and the HQL query parser implementation (to allow switching between the 2.x and 3.0 HQL parsers). 
org.hibernate.hql.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
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 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.engine
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.hql
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.hql.classic
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.loader
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.loader.criteria
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.loader.custom
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.loader.entity
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.loader.hql
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.