Annotation Interface SqlColumn
标识Bean 实体类的字段与数据库中对应的字段名
- 版本:
- 1.0
- 作者:
- Jovi
-
可选元素概要
可选元素
-
元素详细资料
-
value
String value列字段名称- 返回:
- 默认值:
- ""
-
notNull
boolean notNull不能是null- 返回:
- 默认值:
- false
-
type
JdbcType type类型- 返回:
- 默认值:
- NOTHING
-
length
long length长度- 返回:
- 默认值:
- 0L
-
scale
int scale小数点- 返回:
- 默认值:
- 0
-
def
String def默认值- 返回:
- 默认值:
- ""
-
remarks
String remarks字段注释- 返回:
- 默认值:
- ""
-
ignore
boolean ignore是否忽略该字段- 返回:
- 默认值:
- false
-
oldName
String oldName旧字段名称- 返回:
- 默认值:
- ""
-