org.hibernate.cfg
Interface SecondPass

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

public interface SecondPass
extends java.io.Serializable

Second pass operation

Author:
Emmanuel Bernard

Method Summary
 void doSecondPass(java.util.Map persistentClasses)
           
 

Method Detail

doSecondPass

void doSecondPass(java.util.Map persistentClasses)
                  throws MappingException
Throws:
MappingException


Copyright © 2008 Hibernate.org. All Rights Reserved.