org.hibernate.cfg.annotations
Class ResultsetMappingSecondPass

java.lang.Object
  extended by org.hibernate.cfg.annotations.ResultsetMappingSecondPass
All Implemented Interfaces:
Serializable, org.hibernate.cfg.QuerySecondPass, org.hibernate.cfg.SecondPass

public class ResultsetMappingSecondPass
extends Object
implements org.hibernate.cfg.QuerySecondPass

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
ResultsetMappingSecondPass(javax.persistence.SqlResultSetMapping ann, org.hibernate.cfg.Mappings mappings)
           
 
Method Summary
 void doSecondPass(Map persistentClasses, Map inheritedMetas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultsetMappingSecondPass

public ResultsetMappingSecondPass(javax.persistence.SqlResultSetMapping ann,
                                  org.hibernate.cfg.Mappings mappings)
Method Detail

doSecondPass

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