I am using MyBAtis-3 with MyBAtis-Spring.
When i tried to call a stored procedure that returns more than one out params using MyBatis annotations. I don\'t get anything, I c
Surprisingly if i use @Insert annotation it is working as expected.
Some weird behavior while calling Stored Procedures. Let me know if any one else has a good solution other than this.