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 Enable table striping by default in the reference manual 2024-01-13 14:50:16 +01:00
core.adoc Remove includes 2023-05-04 15:35:05 +01:00
data-access.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
index.adoc Polishing 2024-06-07 13:45:09 +02:00
integration.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
languages.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
overview.adoc Improve wording in Spring Framework Overview documentation 2024-05-15 19:00:27 +02:00
page-layout.adoc Remove unnecessary asciidoc attributes 2023-05-04 15:35:05 +01:00
rsocket.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
testing.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
web-reactive.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
web.adoc Fix additional WebFlux-related links 2023-11-20 16:22:35 +01:00