Uses of Class
com.ibatis.sqlmap.engine.mapping.result.ResultMapping
Packages that use ResultMapping
-
Uses of ResultMapping in com.ibatis.sqlmap.engine.mapping.result
Methods in com.ibatis.sqlmap.engine.mapping.result that return ResultMappingModifier and TypeMethodDescriptionDiscriminator.getResultMapping()Gets the result mapping.ResultMap.getResultMappings()Gets the result mappings.Methods in com.ibatis.sqlmap.engine.mapping.result with parameters of type ResultMappingModifier and TypeMethodDescriptionvoidResultMap.addNestedResultMappings(ResultMapping mapping) Adds the nested result mappings.protected ObjectResultMap.doNullMapping(Object value, ResultMapping mapping) Do null mapping.protected ObjectResultMap.getNestedSelectMappingValue(StatementScope statementScope, ResultSet rs, ResultMapping mapping, Class targetType) Gets the nested select mapping value.protected ObjectResultMap.getPrimitiveResultMappingValue(ResultSet rs, ResultMapping mapping) Gets the primitive result mapping value.protected voidResultMap.setNestedResultMappingValue(ResultMapping mapping, StatementScope statementScope, Object resultObject, Object[] values) Some changes in this method for IBATIS-225: We no longer require the nested property to be a collection.voidDiscriminator.setResultMapping(ResultMapping resultMapping) Sets the result mapping.Constructors in com.ibatis.sqlmap.engine.mapping.result with parameters of type ResultMappingModifierConstructorDescriptionDiscriminator(SqlMapExecutorDelegate delegate, ResultMapping resultMapping) Instantiates a new discriminator.