Annotation Type RdForeignKey


@Target(FIELD) @Retention(RUNTIME) @Documented public @interface RdForeignKey
  • Element Details

    • name

      String name
    • columns

      String[] columns
      Default:
      {}
    • foreignTable

      Class<?> foreignTable
    • foreignColumns

      String[] foreignColumns