spring-framework/framework-docs/modules/ROOT
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
..
assets/images
examples
pages Add DatabaseClient bind variant for list of parameters 2024-07-29 14:07:15 +02:00
partials/web Harmonize phrasing in URI Encoding section 2024-07-08 16:51:09 +02:00
nav.adoc Move the testing section after data and web 2024-06-21 14:35:33 +02:00