Uses of Class
org.apache.ibatis.session.AutoMappingBehavior
-
Packages that use AutoMappingBehavior Package Description org.apache.ibatis.session Base package. -
-
Uses of AutoMappingBehavior in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as AutoMappingBehavior Modifier and Type Field Description protected AutoMappingBehavior
Configuration. autoMappingBehavior
Methods in org.apache.ibatis.session that return AutoMappingBehavior Modifier and Type Method Description AutoMappingBehavior
Configuration. getAutoMappingBehavior()
static AutoMappingBehavior
AutoMappingBehavior. valueOf(java.lang.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.Methods in org.apache.ibatis.session with parameters of type AutoMappingBehavior Modifier and Type Method Description void
Configuration. setAutoMappingBehavior(AutoMappingBehavior autoMappingBehavior)
-