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