Class CollectionSecondPass
java.lang.Object
org.hibernate.boot.model.internal.CollectionSecondPass
- All Implemented Interfaces:
Serializable
,SecondPass
Collection second pass
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doSecondPass
(Map<String, PersistentClass> persistentClasses) Perform the operationabstract void
secondPass
(Map<String, PersistentClass> persistentClasses)
-
Constructor Details
-
CollectionSecondPass
-
-
Method Details
-
doSecondPass
Description copied from interface:SecondPass
Perform the operation- Specified by:
doSecondPass
in interfaceSecondPass
- Throws:
MappingException
-
secondPass
public abstract void secondPass(Map<String, PersistentClass> persistentClasses) throws MappingException- Throws:
MappingException
-