Uses of Enum Class
org.apache.ibatis.mapping.ResultFlag
Package
Description
Base package for the Configuration building code.
Base package for mapping.
-
Uses of ResultFlag in org.apache.ibatis.builder
Modifier 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
Modifier and TypeMethodDescriptionstatic ResultFlag
Returns the enum constant of this class with the specified name.static ResultFlag[]
ResultFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.