Annotation Type RdColumn


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

    • name

      String name
      Default:
      ""
    • nullable

      boolean nullable
      Default:
      true
    • type

      Default:
      NULL
    • title

      String title
      Default:
      ""
    • description

      String description
      Default:
      ""
    • defaultValue

      String defaultValue
      Default:
      ""
    • order

      int order
      Default:
      0
    • dropped

      boolean dropped
      Default:
      false
    • length

      int length
      Default:
      191
    • coding

      String coding
      Default:
      "UTF-8"
    • precision

      int precision
      Default:
      0
    • scale

      int scale
      Default:
      0
    • runningMode

      int runningMode
      Default:
      -1