Support 'extends' attribute in ParameterMap similar to .NET IBatis or ResultMap
-------------------------------------------------------------------------------
Key: IBATIS-520
URL: https://issues.apache.org/jira/browse/IBATIS-520
Project: iBatis for Java
Issue Type: Improvement
Reporter: Chien-Hsing Wu
Below is an excerpt from .NET IBatis:
3.4.1.3. extends
The optional extends attribute can be set to the name of another parameterMap
upon which to base this parameterMap. All properties of the super parameterMap
will be included as part of this parameterMap, and values from the super
parameterMap are set before any values specified by this parameterMap. The
effect is similar to extending a class.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.