org.hibernate.cfg
Class NamedSQLQuerySecondPass

java.lang.Object
  extended byorg.hibernate.cfg.ResultSetMappingBinder
      extended byorg.hibernate.cfg.NamedSQLQuerySecondPass
All Implemented Interfaces:
QuerySecondPass, SecondPass, Serializable

public class NamedSQLQuerySecondPass
extends ResultSetMappingBinder
implements QuerySecondPass

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
NamedSQLQuerySecondPass(org.dom4j.Element queryElem, String path, Mappings mappings)
           
 
Method Summary
 void doSecondPass(Map persistentClasses, Map inheritedMetas)
           
 
Methods inherited from class org.hibernate.cfg.ResultSetMappingBinder
buildResultSetMappingDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedSQLQuerySecondPass

public NamedSQLQuerySecondPass(org.dom4j.Element queryElem,
                               String path,
                               Mappings mappings)
Method Detail

doSecondPass

public void doSecondPass(Map persistentClasses,
                         Map inheritedMetas)
                  throws MappingException
Specified by:
doSecondPass in interface SecondPass
Throws:
MappingException