Annotation Interface TableField


@Retention(RUNTIME) @Target(TYPE) public @interface TableField
Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Jul 5, 2006
  • Element Details

    • name

      String name
    • field

      String field
      Default:
      ""
    • type

      String type
    • length

      int length
      Default:
      -1
    • unique

      boolean unique
      Default:
      false
    • nullable

      boolean nullable
      Default:
      true
    • defaultValue

      String defaultValue
      Default:
      ""