Uses of Class
org.apache.ibatis.mapping.ResultMap
Packages that use ResultMap
Package
Description
Base package for the Configuration building code.
Default implementation for cursor feature.
Contains the result processing logic.
Base package for mapping.
Base package.
-
Uses of ResultMap in org.apache.ibatis.builder
Methods in org.apache.ibatis.builder that return ResultMapModifier and TypeMethodDescriptionMapperBuilderAssistant.addResultMap
(String id, Class<?> type, String extend, Discriminator discriminator, List<ResultMapping> resultMappings, Boolean autoMapping) ResultMapResolver.resolve()
-
Uses of ResultMap in org.apache.ibatis.cursor.defaults
Constructors in org.apache.ibatis.cursor.defaults with parameters of type ResultMapModifierConstructorDescriptionDefaultCursor
(DefaultResultSetHandler resultSetHandler, ResultMap resultMap, ResultSetWrapper rsw, RowBounds rowBounds) -
Uses of ResultMap in org.apache.ibatis.executor.resultset
Methods in org.apache.ibatis.executor.resultset that return ResultMapModifier and TypeMethodDescriptionDefaultResultSetHandler.resolveDiscriminatedResultMap
(ResultSet rs, ResultMap resultMap, String columnPrefix) Methods in org.apache.ibatis.executor.resultset with parameters of type ResultMapModifier and TypeMethodDescriptionResultSetWrapper.getMappedColumnNames
(ResultMap resultMap, String columnPrefix) ResultSetWrapper.getUnmappedColumnNames
(ResultMap resultMap, String columnPrefix) void
DefaultResultSetHandler.handleRowValues
(ResultSetWrapper rsw, ResultMap resultMap, ResultHandler<?> resultHandler, RowBounds rowBounds, ResultMapping parentMapping) DefaultResultSetHandler.resolveDiscriminatedResultMap
(ResultSet rs, ResultMap resultMap, String columnPrefix) -
Uses of ResultMap in org.apache.ibatis.mapping
Methods in org.apache.ibatis.mapping that return ResultMapMethods in org.apache.ibatis.mapping that return types with arguments of type ResultMapMethod parameters in org.apache.ibatis.mapping with type arguments of type ResultMap -
Uses of ResultMap in org.apache.ibatis.session
Fields in org.apache.ibatis.session with type parameters of type ResultMapMethods in org.apache.ibatis.session that return ResultMapMethods in org.apache.ibatis.session that return types with arguments of type ResultMapMethods in org.apache.ibatis.session with parameters of type ResultMapModifier and TypeMethodDescriptionvoid
Configuration.addResultMap
(ResultMap rm) protected void
Configuration.checkGloballyForDiscriminatedNestedResultMaps
(ResultMap rm) protected void
Configuration.checkLocallyForDiscriminatedNestedResultMaps
(ResultMap rm)