Hi Michal, > is it planned to add support for nested javabeans properties, also > collections?
iBATIS supports both of these already. I don't understand enough about what you're asking to know how to help you. Can you provide some code examples? Clinton On Thu, 30 Dec 2004 10:47:11 +0100, MichaÅ MaÅecki <[EMAIL PROTECTED]> wrote: > Hello, > is it planned to add support for nested javabeans properties, also > collections? > I want to build few queries, connected using UNION (first iterate), > each query uses iterate for subqueries. Unfortunatelly now I must build > manually build that subqueries, and provide them as property. Second problem > is that I can specify whole bean in iterate tag (something like #value#) and > must use aditional holder for it > > regards > MichaÅ MaÅecki > ps ibatis sqlmap is really great framework > >

