Class DelegatingForeignKeyWrapperImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Iterator<org.hibernate.mapping.Column> columnIterator()  
      boolean containsColumn​(org.hibernate.mapping.Column column)  
      List<org.hibernate.mapping.Column> getReferencedColumns()  
      org.hibernate.mapping.Table getReferencedTable()  
      org.hibernate.mapping.ForeignKey getWrappedObject()  
      boolean isReferenceToPrimaryKey()  
      • Methods inherited from class org.hibernate.mapping.ForeignKey

        addReferencedColumns, alignColumns, disableCreation, generatedConstraintNamePrefix, getExportIdentifier, getKeyDefinition, getOnDeleteAction, getReferencedEntityName, isCascadeDeleteEnabled, isCreationEnabled, isPhysicalConstraint, setCascadeDeleteEnabled, setKeyDefinition, setName, setOnDeleteAction, setReferencedEntityName, setReferencedTable, sqlConstraintString, toString
      • Methods inherited from class org.hibernate.mapping.Constraint

        addColumn, addColumns, generateName, generateName, getColumn, getColumnIterator, getColumns, getColumnSpan, getName, getTable, hashedName, isGenerated, setTable
    • Constructor Detail

      • DelegatingForeignKeyWrapperImpl

        public DelegatingForeignKeyWrapperImpl​(org.hibernate.mapping.ForeignKey fk)