Package | Description |
---|---|
org.apache.ibatis.session |
Base package.
|
Modifier and Type | Field and Description |
---|---|
protected AutoMappingUnknownColumnBehavior |
Configuration.autoMappingUnknownColumnBehavior |
Modifier and Type | Method and Description |
---|---|
AutoMappingUnknownColumnBehavior |
Configuration.getAutoMappingUnknownColumnBehavior()
Gets the auto mapping unknown column behavior.
|
static AutoMappingUnknownColumnBehavior |
AutoMappingUnknownColumnBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoMappingUnknownColumnBehavior[] |
AutoMappingUnknownColumnBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setAutoMappingUnknownColumnBehavior(AutoMappingUnknownColumnBehavior autoMappingUnknownColumnBehavior)
Sets the auto mapping unknown column behavior.
|
Copyright © 2009–2021 MyBatis.org. All rights reserved.