Multiple result set cache support

2006-09-25 Thread Alessandro Berbenni
Hi all, does anyone know how to use multiple resultSet support (resultMap=resultMap1, resultMap2 or resultClass=resultClass1, resultClass2) to cache an sql statement that return multipe resultSets? Thanks, Alessandro -- View this message in context:

Re: cacheModel question

2006-09-21 Thread Alessandro Berbenni
Isn't it possible to use multiple result set support (resultMap=resultMap1, resultMap2 or resultClass=resultClass1, resultClass2) to map ootput parameter (Ref Cursors) the same way I have done with the first procedure that return only one output parameter? Or is there a chance to extend the