Package org.hibernate.cfg
Interface SecondPass
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ImplicitColumnNamingSecondPass
,QuerySecondPass
- All Known Implementing Classes:
CollectionSecondPass
,CopyIdentifierComponentSecondPass
,CreateKeySecondPass
,FkSecondPass
,IdGeneratorResolverSecondPass
,IndexOrUniqueKeySecondPass
,JoinedSubclassFkSecondPass
,NullableDiscriminatorColumnSecondPass
,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 void
doSecondPass(Map<String,PersistentClass> persistentClasses)
-
-
-
Method Detail
-
doSecondPass
void doSecondPass(Map<String,PersistentClass> persistentClasses) throws MappingException
- Throws:
MappingException
-
-