public class ColumnOverride extends AbstractPropertyHolder
| Constructor and Description |
|---|
ColumnOverride(String columnName)
Instantiates a new column override.
|
| Modifier and Type | Method and Description |
|---|---|
void |
customize(TableConfiguration tc,
Column column)
自定义方法,可以用于初始化数据库字段属性
|
addProperty, setPropertiespublic ColumnOverride(String columnName)
columnName - the column namepublic void customize(TableConfiguration tc, Column column)
tc - 数据库表配置column - 数据库列信息Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.