org.hibernate.cfg

Class ResultSetMappingBinder

Known Direct Subclasses:
NamedSQLQuerySecondPass, ResultSetMappingSecondPass

public abstract class ResultSetMappingBinder
extends java.lang.Object

Author:
Emmanuel Bernard

Method Summary

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

Method Details

buildResultSetMappingDefinition

protected static ResultSetMappingDefinition buildResultSetMappingDefinition(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...