[ https://issues.apache.org/jira/browse/IBATIS-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698442#action_12698442 ]
Craig Flanagan edited comment on IBATIS-592 at 4/13/09 10:11 AM: ----------------------------------------------------------------- @Jeff. It seems most of the case work as intended now, but it looks like either I am missing something or a couple of the methods got skipped. I dont know how else to identify them but to use the id from the xml. The following is a list that seems to be skipping the new changes. ibatorgenerated_insert ibatorgenerated_insertSelective ibatorgenerated_updateByPrimaryKeySelective ibatorgenerated_updateByPrimaryKey was (Author: cflanagan): @Jeff. It seems most of the case work as intended now, but it looks like either I am missing something or a couple of the methods got skipped. I dont know how else to identify them but to use the id from the xml. The following is a list that seems to be skipping the new changes. ibatorgenerated_insert ibatorgenerated_insertSelective > Extendable Ibator SqlMapGenerator 1.2.x > --------------------------------------- > > Key: IBATIS-592 > URL: https://issues.apache.org/jira/browse/IBATIS-592 > Project: iBatis for Java > Issue Type: Improvement > Reporter: Craig Flanagan > > The sqlMapGenerator previously accepted a custom type as of 1.2.0 this is no > longer available and there doesnt seem to be a way to replace the > functionality with the plugins. I really need to be able to rework some of > the sqlmaps to fit in our environment and now it seems my custom > SqlMapGenerator is no long userful. > We had a customSqlMapGenerator to generate sql statements with a $schema$ > pattern that could be replaced at runtime with aop, this is no long able to > be used. The 'runtimeSchema' property doesnt do quite what we need either. > Can the plugin api be improved to support changing Sqlmaps or Can custom type > be added back in? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.