Overview
To make it easier to simultaneously supply multiple parameters to JdbcClient
when you already have an array (instead of a List
) or wish to manually enumerate parameter objects, we should introduce params(Object... values)
in JdbcClient
's StatementSpec
.
Related Issues
-
31066