You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Chien-Hsing Wu (JIRA)" <ib...@incubator.apache.org> on 2008/07/03 00:36:45 UTC

[jira] Created: (IBATIS-520) Support 'extends' attribute in ParameterMap similar to .NET IBatis or ResultMap

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.