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 Details

    • CollectionSecondPass

      public CollectionSecondPass(org.hibernate.boot.spi.MetadataBuildingContext mdbc, org.hibernate.mapping.Collection coll)
  • Method Details

    • secondPass

      public void secondPass(Map persistentClasses) throws org.hibernate.MappingException
      Specified by:
      secondPass in class org.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:
      doSecondPass in interface org.hibernate.boot.spi.SecondPass
      Overrides:
      doSecondPass in class org.hibernate.boot.model.internal.CollectionSecondPass
      Throws:
      org.hibernate.MappingException