How to get a result from output parameter(SYS_REFCURSOR) of Oracle stored procedure in iBATIS 3(by u
- by yjacket
I got an example how to call oracle SP in iBATIS 3 without a map file.
And now I understand how to call it.
But I got another problem that how to get a result from output parameter(Oracle cursor).
A part of exception messages is "There is no setter for property named 'rs' in 'class java.lang.Class".
Below is my code. Does anyone can help me?
…