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  | 
			||
|---|---|---|
| .. | ||
| jdbc | ||
| orm | ||
| transaction | ||
| appendix.adoc | ||
| dao.adoc | ||
| jdbc.adoc | ||
| orm.adoc | ||
| oxm.adoc | ||
| r2dbc.adoc | ||
| transaction.adoc | ||