spring-framework/framework-docs
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
..
modules/ROOT Add DatabaseClient bind variant for list of parameters 2024-07-29 14:07:15 +02:00
src Merge branch '6.1.x' 2024-07-29 11:34:12 +02:00
antora-playbook.yml Update Antora Spring UI to v0.4.16 2024-06-17 10:06:47 +00:00
antora.yml Polish "Stop referring to STRUCT and ARRAY as they are deprecated" 2024-07-21 11:39:16 +02:00
framework-docs.gradle Merge branch '6.1.x' 2024-07-26 10:05:06 +02:00
package.json Modernize Antora Build 2024-05-22 10:20:20 +02:00