With large sets of data, you can use a rowhandler, which only puts one row into memory at a time. With Hibernate, AFAIK, there is nothing similar.
In either case, I'd *strongly* suggest using a stored procedure to deal with large amounts of data. Larry On 1/23/06, Robin Singh <[EMAIL PROTECTED]> wrote: > I wish to use IBatis for my project. Can someone please enlighten me about > its pros and cons compared with Torque/ Hibernate? > > Specifically, I wish to know how IBatis handles large amount of data. Does > it create objects for all the records received and then return me in a list > ( :O ) or is there a different way of working with it.
