public class IgnoredColumn extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
columnName |
| Constructor and Description |
|---|
IgnoredColumn(String columnName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getColumnName() |
int |
hashCode() |
boolean |
matches(String columnName) |
void |
setColumnNameDelimited(boolean isColumnNameDelimited) |
void |
validate(List<String> errors,
String tableName) |
protected final String columnName
public IgnoredColumn(String columnName)
Copyright © 2006–2025 MyBatis.org. All rights reserved.