怎样理解 spring simplejdbccall
?
https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/jdbc/core/simple/SimpleJdbcCall.html
1 | A SimpleJdbcCall is a `multi-threaded`, `reusable` object representing a call to a stored procedure or a stored function. It provides meta-data processing to simplify the code needed to access basic stored procedures/functions. All you need to provide is the name of the procedure/function and a Map containing the parameters when you execute the call. The names of the supplied parameters will be matched up with in and out parameters declared when the stored procedure was created. |
回答
1 | So, is it a Spring's bug ? |
https://stackoverflow.com/questions/6592814/simplejdbccall-can-not-call-more-than-one-procedure