You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Paul Benedict (JIRA)" <ib...@incubator.apache.org> on 2005/11/03 06:01:55 UTC

[jira] Created: (IBATIS-216) Optional property in resultmap

Optional property in resultmap
------------------------------

         Key: IBATIS-216
         URL: http://issues.apache.org/jira/browse/IBATIS-216
     Project: iBatis for Java
        Type: New Feature
    Reporter: Paul Benedict


I would find it useful to have optional properties in a resultmap. I don't want to have specialized maps for different queries which may return different number of columns for the same object type. I think an optional attribute would be helpful:

<result property="description" column="DESC" optional="true" />

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira