Re: API for runtime assembling of ibatis configuration elements

2010-05-19 Thread Clinton Begin
Version 3, yes. Version 2, no. Cheers, Clinton On Wed, May 19, 2010 at 5:14 AM, alebu wrote: > Hi, I have some ibatis API question: > Is it possible to assemble configuration elements like resultMap's or > queries in runtime using API only? Can these API generated elements > reference to those

API for runtime assembling of ibatis configuration elements

2010-05-19 Thread alebu
Hi, I have some ibatis API question: Is it possible to assemble configuration elements like resultMap's or queries in runtime using API only? Can these API generated elements reference to those that comes from XML configuration? It can be useful in some situations, like using custom query builder w