Annotation Type ForeignKeys


@Target(TYPE) @Retention(RUNTIME) public @interface ForeignKeys
Annotation for a group of foreign-key constraints.
Since:
2.1
Version:
2.1
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The foreign keys.
  • Element Details

    • value

      ForeignKey[] value
      The foreign keys.
      Returns:
      The foreign keys