Annotation Type ForeignKey

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name
      Deprecated.
      Name of the foreign key.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String inverseName
      Deprecated.
      Used for the non-owning side of a ManyToMany relationship.
    • Element Detail

      • name

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

        String inverseName
        Deprecated.
        Used for the non-owning side of a ManyToMany relationship. Ignored in other relationships
        Default:
        ""