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)
           
 
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)