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 TypeMethodDescriptionvoid
ResultMap.addNestedResultMappings
(ResultMapping mapping) Adds the nested result mappings.protected Object
ResultMap.doNullMapping
(Object value, ResultMapping mapping) Do null mapping.protected Object
ResultMap.getNestedSelectMappingValue
(StatementScope statementScope, ResultSet rs, ResultMapping mapping, Class targetType) Gets the nested select mapping value.protected Object
ResultMap.getPrimitiveResultMappingValue
(ResultSet rs, ResultMapping mapping) Gets the primitive result mapping value.protected void
ResultMap.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.void
Discriminator.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.