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-unsubscr...@ibatis.apache.org For additional commands, e-mail: user-java-h...@ibatis.apache.org