注释类型 ForeignKey

    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      String name
      已过时。
      Name of the foreign key.
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      String inverseName
      已过时。
      Used for the non-owning side of a ManyToMany relationship.
    • 元素详细资料

      • name

        String name
        已过时。
        Name of the foreign key. Used in OneToMany, ManyToOne, and OneToOne relationships. Used for the owning side in ManyToMany relationships
      • inverseName

        String inverseName
        已过时。
        Used for the non-owning side of a ManyToMany relationship. Ignored in other relationships
        默认值:
        ""