Uses of Enum
org.apache.ibatis.mapping.ResultFlag
Packages that use ResultFlag
Package
Description
Base package for the Configuration building code.
Base package for mapping.
-
Uses of ResultFlag in org.apache.ibatis.builder
Method parameters in org.apache.ibatis.builder with type arguments of type ResultFlagModifier and TypeMethodDescriptionMapperBuilderAssistant.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) Backward compatibility signature 'buildResultMapping'.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, String resultSet, String foreignColumn, boolean lazy) -
Uses of ResultFlag in org.apache.ibatis.mapping
Methods in org.apache.ibatis.mapping that return ResultFlagModifier and TypeMethodDescriptionstatic ResultFlag
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 ResultFlagMethod parameters in org.apache.ibatis.mapping with type arguments of type ResultFlag