public class IgnoredColumn extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
columnName
The column name.
|
protected String |
configuredDelimitedColumnName
The configured delimited column name.
|
| Constructor and Description |
|---|
IgnoredColumn(String columnName)
Instantiates a new ignored column.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getColumnName()
Gets the column name.
|
int |
hashCode() |
boolean |
isColumnNameDelimited()
Checks if is column name delimited.
|
boolean |
matches(String columnName) |
void |
setColumnNameDelimited(boolean isColumnNameDelimited)
Sets the column name delimited.
|
XmlElement |
toXmlElement()
To xml element.
|
void |
validate(List<String> errors,
String tableName)
Validate.
|
protected String columnName
protected String configuredDelimitedColumnName
public IgnoredColumn(String columnName)
columnName - the column namepublic String getColumnName()
public boolean isColumnNameDelimited()
public void setColumnNameDelimited(boolean isColumnNameDelimited)
isColumnNameDelimited - the new column name delimitedpublic XmlElement toXmlElement()
public void validate(List<String> errors, String tableName)
errors - the errorstableName - the table namepublic boolean matches(String columnName)
Copyright © 2006–2016 MyBatis.org. All rights reserved.