接口 PluralAttributeKeySource

    • 方法详细资料

      • getReferencedPropertyName

        String getReferencedPropertyName()
      • isCascadeDeleteEnabled

        boolean isCascadeDeleteEnabled()
        从接口复制的说明: ForeignKeyContributingSource
        Is "cascade delete" enabled for the foreign key? In other words, if a record in the parent (referenced) table is deleted, should the corresponding records in the child table automatically be deleted?
        指定者:
        isCascadeDeleteEnabled 在接口中 ForeignKeyContributingSource
        返回:
        true, if the cascade delete is enabled; false, otherwise.