Uses of Class
org.apache.ibatis.mapping.ResultMapping
Packages that use ResultMapping
Package
Description
Base package for the Configuration building code.
Contains the result processing logic.
Base package for mapping.
-
Uses of ResultMapping in org.apache.ibatis.builder
Methods in org.apache.ibatis.builder that return ResultMappingModifier 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) Method parameters in org.apache.ibatis.builder with type arguments of type ResultMappingModifier and TypeMethodDescriptionMapperBuilderAssistant.addResultMap
(String id, Class<?> type, String extend, Discriminator discriminator, List<ResultMapping> resultMappings, Boolean autoMapping) Constructor parameters in org.apache.ibatis.builder with type arguments of type ResultMappingModifierConstructorDescriptionResultMapResolver
(MapperBuilderAssistant assistant, String id, Class<?> type, String extend, Discriminator discriminator, List<ResultMapping> resultMappings, Boolean autoMapping) -
Uses of ResultMapping in org.apache.ibatis.executor.resultset
Methods in org.apache.ibatis.executor.resultset with parameters of type ResultMappingModifier and TypeMethodDescriptionvoid
DefaultResultSetHandler.handleRowValues
(ResultSetWrapper rsw, ResultMap resultMap, ResultHandler<?> resultHandler, RowBounds rowBounds, ResultMapping parentMapping) -
Uses of ResultMapping in org.apache.ibatis.mapping
Methods in org.apache.ibatis.mapping that return ResultMappingMethods in org.apache.ibatis.mapping that return types with arguments of type ResultMappingModifier and TypeMethodDescriptionResultMapping.getComposites()
ResultMap.getConstructorResultMappings()
ResultMap.getIdResultMappings()
ResultMap.getPropertyResultMappings()
ResultMap.getResultMappings()
Method parameters in org.apache.ibatis.mapping with type arguments of type ResultMappingModifier and TypeMethodDescriptionResultMapping.Builder.composites
(List<ResultMapping> composites) Constructors in org.apache.ibatis.mapping with parameters of type ResultMappingModifierConstructorDescriptionBuilder
(Configuration configuration, ResultMapping resultMapping, Map<String, String> discriminatorMap) Constructor parameters in org.apache.ibatis.mapping with type arguments of type ResultMappingModifierConstructorDescriptionBuilder
(Configuration configuration, String id, Class<?> type, List<ResultMapping> resultMappings) Builder
(Configuration configuration, String id, Class<?> type, List<ResultMapping> resultMappings, Boolean autoMapping)