spring-framework/framework-docs/modules/ROOT/pages
Brian Clozel 38453910cd Add DatabaseClient bind variant for list of parameters
Prior to this commit, the `DatabaseClient` interface would allow batch
operations for binding parameters by their names and values. Positional
parameters did not have such equivalent.

This commit adds a new `bindValues(List<?>)` method variant for adding
multiple positional arguments in a single call and avoiding allocation
overhead when the parameters count is large.

Closes gh-33274
2024-07-29 14:07:15 +02:00
..
core Support multiple style of parsing/printing Durations 2024-07-23 11:56:48 +02:00
data-access Add DatabaseClient bind variant for list of parameters 2024-07-29 14:07:15 +02:00
integration Merge branch '6.1.x' 2024-07-20 11:53:31 +02:00
languages Stop referring to old Spring versions in the reference manual 2024-07-01 18:37:46 +02:00
testing Support property placeholders in @⁠Sql script paths 2024-07-03 17:16:53 +02:00
web Merge branch '6.1.x' 2024-07-26 10:05:06 +02:00
appendix.adoc
core.adoc
data-access.adoc
index.adoc
integration.adoc
languages.adoc
overview.adoc
page-layout.adoc
rsocket.adoc
testing.adoc
web-reactive.adoc
web.adoc