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:
http://www.nabble.com/Multiple-result-
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