| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
comment |
String |
defaultValue |
String |
name |
boolean |
nullable |
String |
pattern |
int |
precision
(Optional) The precision for a decimal (exact numeric) column.
|
Class<?> |
ref
如果该类标注@Model则说明表示。
|
int |
scale
(Optional) The scale for a decimal (exact numeric) column.
|
int |
size
(Optional) The string-valued column length.
|
String |
type |
boolean |
unique |
boolean |
useFK
depends on ref /
|
String |
using |
public abstract int size
public abstract String name
public abstract String type
public abstract String defaultValue
public abstract String comment
public abstract String using
public abstract String pattern
public abstract int precision
public abstract int scale
public abstract Class<?> ref
Copyright © 2020. All rights reserved.