Annotation Interface Relation


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

    • target

      Class<?> target
    • localField

      String localField
    • foreignField

      String foreignField
      Default:
      "id"
    • joinType

      JoinType joinType
      Default:
      LEFT