On Wed, 4 Jul 2007 19:03:21 -0600, "Clinton Begin" <[EMAIL PROTECTED]> said: > Yes, you should be able to map any depth or breadth. > > Simply use two joins, two groups and two result map chains. > > Cheers, > Clinton
But that means that the size of the result set will increase with each additional depth level, right? I'm sure that iBATIS can handle this, but bandwidth and processing time might limit the scalability here, if I'm not mistaken - depending on how rigid your WHERE clause is. I have done this before, and it works, but I haven't gone deeper than two levels. Nils > > > On 7/4/07, Collin Peters <[EMAIL PROTECTED]> wrote: > > > > Does iBatis have support to map out queries that are more than just > > 1:N? For example, imagine in the tutorial that a category not only > > has products as children, but also has some tags as children. > > > > So in the developer guide on page 37 the section called "1:N & M:N > > Solution", if that SQL had another join against a tags table is it > > still possible to use that syntax somehow to get the right data out > > (which would be one category with an array of products and an array of > > tags)? > > > > Regards, > > Collin Peters > > -- ================================== [EMAIL PROTECTED]
