批注类型 AutoTable


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

    可选元素
    修饰符和类型
    可选元素
    说明
    表注释,为空默认取类名
    表schema
    表名,为空默认取类名
  • 元素详细资料

    • value

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

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

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