Uses of Class
org.apache.ibatis.session.AutoMappingBehavior

Packages that use AutoMappingBehavior
org.apache.ibatis.session TODO fillme. 
 

Uses of AutoMappingBehavior in org.apache.ibatis.session
 

Fields in org.apache.ibatis.session declared as AutoMappingBehavior
protected  AutoMappingBehavior Configuration.autoMappingBehavior
           
 

Methods in org.apache.ibatis.session that return AutoMappingBehavior
 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.
 

Methods in org.apache.ibatis.session with parameters of type AutoMappingBehavior
 void Configuration.setAutoMappingBehavior(AutoMappingBehavior autoMappingBehavior)
           
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.