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

ResultSetMappingBinder (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.cfg
Class ResultSetMappingBinder

java.lang.Object
  extended byorg.hibernate.cfg.ResultSetMappingBinder
Direct Known Subclasses:
NamedSQLQuerySecondPass, ResultSetMappingSecondPass

public abstract class ResultSetMappingBinder
extends Object

Author:
Emmanuel Bernard

Constructor Summary
ResultSetMappingBinder()
           
 
Method Summary
protected static ResultSetMappingDefinition buildResultSetMappingDefinition(org.dom4j.Element resultSetElem, String path, Mappings mappings)
          Build a ResultSetMappingDefinition given a containing element for the "return-XXX" elements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetMappingBinder

public ResultSetMappingBinder()
Method Detail

buildResultSetMappingDefinition

protected static ResultSetMappingDefinition buildResultSetMappingDefinition(org.dom4j.Element resultSetElem,
                                                                            String path,
                                                                            Mappings mappings)
Build a ResultSetMappingDefinition given a containing element for the "return-XXX" elements

Parameters:
resultSetElem - The element containing the return definitions.
path - No clue...
mappings - The current processing state.
Returns:
The description of the mappings...