Skip to content

Refactor JDBC DAOs to use JdbcClient where feasible #4897

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

quaff
Copy link
Contributor

@quaff quaff commented Jul 1, 2025

Closes GH-4804

@quaff quaff marked this pull request as draft July 1, 2025 02:18
@quaff quaff marked this pull request as ready for review July 1, 2025 02:52
@quaff
Copy link
Contributor Author

quaff commented Jul 1, 2025

JdbcTemplate is only used for batch update which is not covered by JdbcClient.

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor JDBC DAOs to use named parameters instead of positional parameters
1 participant