Re: Sort resultset from multiple requests

2008-09-24 Thread Heliodromel
e.org/repos/asf/ibatis/trunk/java/ibatis-2/ibatis-2-docs/en/ > > -- View this message in context: http://www.nabble.com/Sort-resultset-from-multiple-requests-tp19627486p19643717.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Re: Sort resultset from multiple requests

2008-09-23 Thread Kai Grabfelder
Hi Helio, what does your getCatName select looks like? Can't you just use an order by in that select? Furthermore, you may want to have a look at the groupBy feature of iBATIS to avoid the n+1 select problem. The documentation [1] describes this in more detail. Regards Kai [1] http://svn.apa

Sort resultset from multiple requests

2008-09-23 Thread Heliodromel
Helio. -- View this message in context: http://www.nabble.com/Sort-resultset-from-multiple-requests-tp19627486p19627486.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.