Package | Description |
---|---|
org.mybatis.generator.config |
Modifier and Type | Method and Description |
---|---|
ColumnOverride |
TableConfiguration.getColumnOverride(String columnName)
May return null if the column has not been overridden
|
Modifier and Type | Method and Description |
---|---|
List<ColumnOverride> |
TableConfiguration.getColumnOverrides() |
Modifier and Type | Method and Description |
---|---|
void |
TableConfiguration.addColumnOverride(ColumnOverride columnOverride) |
Copyright © 2010–2018 MyBatis.org. All rights reserved.