Package org.hibernate.cfg
Interface SecondPass
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
QuerySecondPass
- All Known Implementing Classes:
CollectionSecondPass,CopyIdentifierComponentSecondPass,CreateKeySecondPass,FkSecondPass,IdGeneratorResolverSecondPass,IndexOrUniqueKeySecondPass,JoinedSubclassFkSecondPass,OneToOneSecondPass,PkDrivenByDefaultMapsIdSecondPass,ResultsetMappingSecondPass,SecondaryTableSecondPass,SetSimpleValueTypeSecondPass,ToOneFkSecondPass,VerifyFetchProfileReferenceSecondPass
public interface SecondPass extends java.io.SerializableSecond pass operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoSecondPass(java.util.Map persistentClasses)
-
-
-
Method Detail
-
doSecondPass
void doSecondPass(java.util.Map persistentClasses) throws MappingException- Throws:
MappingException
-
-