Annotation Interface Relationship


@Target(FIELD) @Retention(RUNTIME) @Documented public @interface Relationship
Defines a relationship between the current field and a list of foreign key fields.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Gets the list of foreign key field property names.
  • Element Details

    • foreignKeyFields

      String[] foreignKeyFields
      Gets the list of foreign key field property names.
      Returns:
      the list of foreign key field property names.