Hi: Is there a way to limit the size of the List returned by a find query in IBatis ?
We have a query returning 3000 rows. iBatis creates an instance of the object corresponding object for each row returned. Caching is not possible in that particular case.

