You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by RiteshMastek <ri...@mastek.com> on 2010/02/08 09:27:04 UTC

RowHandler With store procedure

I want to apply pagination in store procedure for that I do not want to
change my store procedure .
for that I applied method queryWithRowHandler(String statementName, Object
parameterObject,RowHandler rowHandler)
but  l my RowHandler 's method handleRow(Object row)  did not get called
event though store procedure is returning only one cursor  but when I use
this method for sql query it works fine. 

-- 
View this message in context: http://old.nabble.com/RowHandler-With-store-procedure-tp27496660p27496660.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org
For additional commands, e-mail: user-java-help@ibatis.apache.org