开发者

How to call a stored procedure in spring using SimpleJdbcDaoSupport?

开发者 https://www.devze.com 2023-02-07 03:54 出处:网络
I have a stored procedure in my DB with one input parameter and one output parameter.. How to call this procedure in my java file usin开发者_运维技巧g SimpleJdbcDaoSupport??

I have a stored procedure in my DB with one input parameter and one output parameter..

How to call this procedure in my java file usin开发者_运维技巧g SimpleJdbcDaoSupport??

I'm a newbie to Spring.. Can someone suggest something for this ??


getJdbcTemplate().call(..) looks like the method to use.

0

精彩评论

暂无评论...
验证码 换一张
取 消