Package | Description |
---|---|
org.apache.ibatis.session |
Base package.
|
Modifier and Type | Field and Description |
---|---|
protected AutoMappingBehavior |
Configuration.autoMappingBehavior |
Modifier and Type | Method and Description |
---|---|
AutoMappingBehavior |
Configuration.getAutoMappingBehavior() |
static AutoMappingBehavior |
AutoMappingBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoMappingBehavior[] |
AutoMappingBehavior.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.setAutoMappingBehavior(AutoMappingBehavior autoMappingBehavior) |
Copyright © 2010–2015 MyBatis.org. All rights reserved.