Uses of Class
org.apache.ibatis.mapping.ResultFlag

Packages that use ResultFlag
org.apache.ibatis.builder   
org.apache.ibatis.mapping   
 

Uses of ResultFlag in org.apache.ibatis.builder
 

Method parameters in org.apache.ibatis.builder with type arguments of type ResultFlag
 ResultMapping MapperBuilderAssistant.buildResultMapping(java.lang.Class resultType, java.lang.String property, java.lang.String column, java.lang.Class javaType, JdbcType jdbcType, java.lang.String nestedSelect, java.lang.String nestedResultMap, java.lang.Class typeHandler, java.util.List<ResultFlag> flags)
           
 

Uses of ResultFlag in org.apache.ibatis.mapping
 

Methods in org.apache.ibatis.mapping that return ResultFlag
static ResultFlag ResultFlag.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResultFlag[] ResultFlag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.ibatis.mapping that return types with arguments of type ResultFlag
 java.util.List<ResultFlag> ResultMapping.getFlags()
           
 

Method parameters in org.apache.ibatis.mapping with type arguments of type ResultFlag
 ResultMapping.Builder ResultMapping.Builder.flags(java.util.List<ResultFlag> flags)
           
 



Copyright © 2010. All Rights Reserved.