public class IgnoredColumnException extends IgnoredColumn
columnName, configuredDelimitedColumnName| Constructor and Description |
|---|
IgnoredColumnException(String columnName) |
| Modifier and Type | Method and Description |
|---|---|
XmlElement |
toXmlElement()
To xml element.
|
void |
validate(List<String> errors,
String tableName)
Validate.
|
equals, getColumnName, hashCode, isColumnNameDelimited, matches, setColumnNameDelimitedpublic IgnoredColumnException(String columnName)
public XmlElement toXmlElement()
IgnoredColumntoXmlElement in class IgnoredColumnpublic void validate(List<String> errors, String tableName)
IgnoredColumnvalidate in class IgnoredColumnerrors - the errorstableName - the table nameCopyright © 2006–2016 MyBatis.org. All rights reserved.