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

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

Uses of ResultFlag in org.apache.ibatis.builder
 

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

Uses of ResultFlag in org.apache.ibatis.mapping
 

Methods in org.apache.ibatis.mapping that return ResultFlag
static ResultFlag ResultFlag.valueOf(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
 List<ResultFlag> ResultMapping.getFlags()
           
 

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



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