Uses of Enum
org.apache.ibatis.session.AutoMappingBehavior
Packages that use AutoMappingBehavior
-
Uses of AutoMappingBehavior in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as AutoMappingBehaviorMethods in org.apache.ibatis.session that return AutoMappingBehaviorModifier and TypeMethodDescriptionConfiguration.getAutoMappingBehavior()
static AutoMappingBehavior
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 AutoMappingBehaviorModifier and TypeMethodDescriptionvoid
Configuration.setAutoMappingBehavior
(AutoMappingBehavior autoMappingBehavior)