views:

69

answers:

1

Hi! While using JDBC, we can work with oracle ref cursors using CallableStatement. Can I have such functionality using iBatis?

A: 

This link has an example

JoseK
I've said not about mapping cursor's query with list, but about direct working with cursor such in jdbc using CallableStatment. Something like that: http://www.javafaq.nu/java-example-code-146.html
Alex Korotkikh