Introduce var-args params()
method in JdbcClient
's StatementSpec
#31070
Labels
Milestone
params()
method in JdbcClient
's StatementSpec
#31070
Uh oh!
There was an error while loading. Please reload this page.
Overview
To make it easier to simultaneously supply multiple parameters to
JdbcClient
when you already have an array (instead of aList
) or wish to manually enumerate parameter objects, we should introduceparams(Object... values)
inJdbcClient
'sStatementSpec
.Related Issues
JdbcTestUtils
that acceptJdbcClient
instead ofJdbcOperations
#31066The text was updated successfully, but these errors were encountered: