org.hibernate.cfg
Interface SecondPass

All Superinterfaces:
Serializable
All Known Subinterfaces:
QuerySecondPass
All Known Implementing Classes:
CollectionSecondPass, NamedSQLQuerySecondPass, ResultSetMappingSecondPass

public interface SecondPass
extends Serializable

Second pass operation

Author:
Emmanuel Bernard

Method Summary
 void doSecondPass(Map persistentClasses, Map inheritedMetas)
           
 

Method Detail

doSecondPass

public void doSecondPass(Map persistentClasses,
                         Map inheritedMetas)
                  throws MappingException
Throws:
MappingException