spring-framework/framework-docs/modules/ROOT/pages/data-access
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
..
jdbc Merge branch '6.1.x' 2024-07-21 11:42:39 +02:00
orm Stop referring to old Spring versions in the reference manual 2024-07-01 18:37:46 +02:00
transaction Merge branch '6.1.x' 2024-07-20 11:53:31 +02:00
appendix.adoc Trim IDs with parent 2023-05-04 15:35:05 +01:00
dao.adoc Discuss JdbcTransactionManager vs DataSourceTransactionManager 2023-07-05 12:51:10 +02:00
jdbc.adoc Split files 2023-05-04 15:35:05 +01:00
orm.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
oxm.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
r2dbc.adoc Add DatabaseClient bind variant for list of parameters 2024-07-29 14:07:15 +02:00
transaction.adoc Polishing 2023-08-06 14:59:44 +02:00