| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
defaultValue
Returns invariable value for the column, it means that the invariable value
will replace the real value of domain model when inserting or updating.
|
boolean |
insertable
Indicates Whether the field can be inserted.
|
String |
name
Defines a new column name of database when the field name is out of the order.
|
JDBCType |
sqlType |
Class<? extends ColumnTransition> |
transition
Customize a column transition for the column.
|
boolean |
updatable
Indicates Whether the field can be updated.
|
public abstract String name
public abstract Class<? extends ColumnTransition> transition
ColumnTransitionpublic abstract boolean insertable
public abstract boolean updatable
public abstract String defaultValue
public abstract JDBCType sqlType
Copyright © 2020 com.github.braisdom. All rights reserved.