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

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


Package org.hibernate.transform

Defines strategies for post-processing criteria query result sets into a form convenient to the application.

See:
          Description

Interface Summary
ResultTransformer Implementors define a strategy for transforming criteria query results into the actual application-visible query result list.
 

Class Summary
AliasToBeanConstructorResultTransformer  
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.
AliasToEntityMapResultTransformer  
DistinctRootEntityResultTransformer  
PassThroughResultTransformer  
RootEntityResultTransformer  
ToListResultTransformer  
Transformers  
 

Package org.hibernate.transform Description

Defines strategies for post-processing criteria query result sets into a form convenient to the application.