批注类型 AutoTable


@Target({TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented public @interface AutoTable
创建表时指定表名、schema、注释
作者:
don
  • 元素详细资料

    • value

      String value
      返回:
      表名,为空默认取类名
      默认值:
      ""
    • schema

      String schema
      返回:
      表schema
      默认值:
      ""
    • comment

      String comment
      返回:
      表注释,为空默认取类名
      默认值:
      ""