[ https://issues.apache.org/jira/browse/IBATIS-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659308#action_12659308 ]
Amir Pashazadeh commented on IBATIS-572: ---------------------------------------- what about query XMLs? is it possible to configure queries by code (and not again XML) in ibatis 3? for example something like configuration.addSelectQuery(queryName, inputMap, resultMap, queryString, ....); > configure ibatis programmaticaly and not by an XML > -------------------------------------------------- > > Key: IBATIS-572 > URL: https://issues.apache.org/jira/browse/IBATIS-572 > Project: iBatis for Java > Issue Type: Test > Reporter: Amir Pashazadeh > Assignee: Clinton Begin > Fix For: 3.0.0 > > > when using hibernate it is possible to configure the Configuration instance > programmaticaly by calling methods to set parameters, and add .hbm,xml files > to it, it is good to have the same feature in ibatis, to configure it within > code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.