Annotation Type RdRelated


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface RdRelated
  • Element Details

    • table

      Class<?> table
    • tableId

      String tableId
    • names

      String[] names
      Default:
      {}
    • asNames

      String[] asNames
      Default:
      {}
    • joinType

      JoinType joinType
      Default:
      LEFT_JOIN