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.Serializable
Second pass operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doSecondPass(java.util.Map persistentClasses)
-
-
-
Method Detail
-
doSecondPass
void doSecondPass(java.util.Map persistentClasses) throws MappingException
- Throws:
MappingException
-
-