Skip to content

Introduce var-args params() method in JdbcClient's StatementSpec #31070

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sbrannen opened this issue Aug 18, 2023 · 0 comments
Closed

Introduce var-args params() method in JdbcClient's StatementSpec #31070

sbrannen opened this issue Aug 18, 2023 · 0 comments
Assignees
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement
Milestone

Comments

@sbrannen
Copy link
Member

sbrannen commented Aug 18, 2023

Overview

To make it easier to simultaneously supply multiple parameters to JdbcClient when you already have an array (instead of a List) or wish to manually enumerate parameter objects, we should introduce params(Object... values) in JdbcClient's StatementSpec.

Related Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant