您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
程序包:
说明
相关程序包
类和接口
程序包:
说明 |
相关程序包
|
类和接口
SEARCH
程序包 org.dromara.autotable.annotation
package
org.dromara.autotable.annotation
相关程序包
程序包
说明
org.dromara.autotable.annotation.enums
org.dromara.autotable.annotation.h2
org.dromara.autotable.annotation.mysql
org.dromara.autotable.annotation.pgsql
批注类型
类
说明
AutoColumn
AutoTable
创建表时指定表名、schema、注释
ColumnComment
字段的备注
ColumnDefault
字段的默认值
ColumnName
列名
ColumnNotNull
标志该字段不允许为空
ColumnType
字段的类型
Ignore
标志表或者字段不作为数据库维护项
Index
设置字段索引
IndexField
索引字段的详细描述
PrimaryKey
指定主键
TableIndex
设置表索引,fields与indexFields必须配置一个,不然不生效
TableIndexes
设置多个表索引