Class CollectionSecondPass
java.lang.Object
org.hibernate.boot.model.internal.CollectionSecondPass
org.hibernate.tool.internal.reveng.binder.CollectionSecondPass
- All Implemented Interfaces:
Serializable,org.hibernate.boot.spi.SecondPass
public class CollectionSecondPass
extends org.hibernate.boot.model.internal.CollectionSecondPass
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionSecondPass(org.hibernate.boot.spi.MetadataBuildingContext mdbc, org.hibernate.mapping.Collection coll) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoSecondPass(Map<String, org.hibernate.mapping.PersistentClass> persistentClasses) voidsecondPass(Map persistentClasses)
-
Constructor Details
-
CollectionSecondPass
public CollectionSecondPass(org.hibernate.boot.spi.MetadataBuildingContext mdbc, org.hibernate.mapping.Collection coll)
-
-
Method Details
-
secondPass
- Specified by:
secondPassin classorg.hibernate.boot.model.internal.CollectionSecondPass- Throws:
org.hibernate.MappingException
-
doSecondPass
public void doSecondPass(Map<String, org.hibernate.mapping.PersistentClass> persistentClasses) throws org.hibernate.MappingException- Specified by:
doSecondPassin interfaceorg.hibernate.boot.spi.SecondPass- Overrides:
doSecondPassin classorg.hibernate.boot.model.internal.CollectionSecondPass- Throws:
org.hibernate.MappingException
-