Class CollectionSecondPass
- java.lang.Object
-
- org.hibernate.boot.model.internal.CollectionSecondPass
-
- All Implemented Interfaces:
Serializable
,SecondPass
public abstract class CollectionSecondPass extends Object implements SecondPass
Collection second pass- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectionSecondPass(Collection collection)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
doSecondPass(Map<String,PersistentClass> persistentClasses)
Perform the operationabstract void
secondPass(Map<String,PersistentClass> persistentClasses)
-
-
-
Constructor Detail
-
CollectionSecondPass
public CollectionSecondPass(Collection collection)
-
-
Method Detail
-
doSecondPass
public void doSecondPass(Map<String,PersistentClass> persistentClasses) throws MappingException
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
-
-