MyBatis annotations to call Stored Procedure and get Out Params

前端 未结 1 1364
离开以前
离开以前 2020-12-21 16:34

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

1条回答
  •  温柔的废话
    2020-12-21 17:09

    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.

    0 讨论(0)
提交回复
热议问题