Annotation Interface SqlTable
标识Bean 实体类对应的表名
- 版本:
- 1.0
- 作者:
- Jovi
-
必需元素概要
所需元素 -
可选元素概要
可选元素
-
元素详细资料
-
value
String value表名- 返回:
-
-
-
autoCreate
boolean autoCreate如果表不存在则自动创建表- 返回:
- 默认值:
- true
-
autoAlter
boolean autoAlter是否自动更改表结构- 返回:
- 默认值:
- false
-
constant
boolean constant生成实体类生成对应表的字段常量- 返回:
- 默认值:
- true
-
mapUsToCc
boolean mapUsToCcmap-underscore-to-camel-case 是否开启Java字段驼峰命名转Sql字段下划线命名- 返回:
- 默认值:
- true
-
isView
boolean isView是否为视图- 返回:
- 默认值:
- false
-
alias
String alias表别名- 返回:
- 默认值:
- ""
-
schema
String schemaschema- 返回:
- 默认值:
- ""
-
remarks
String remarks表注释- 返回:
- 默认值:
- ""
-