org.hibernate.cfg

Interface SecondPass

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

public interface SecondPass
extends Serializable

Second pass operation
Author:
Emmanuel Bernard

Method Summary

void
doSecondPass(java.util.Map persistentClasses)

Method Details

doSecondPass

public void doSecondPass(java.util.Map persistentClasses)
            throws MappingException