Skip to content

Introduce JdbcClient with unified parameter capabilities (as a JDBC variant of DatabaseClient) #30931

Closed
@making

Description

@making

Spring 6.1 introduces RestClient, a blocking variant of WebClient.
I would like a modern JDBC client like R2DBC's DatabaseClient as well.

Like RestTemplate, JdbcTemplate also has many overloaded method, making it difficult to add new functionality. (For example, Optional support #30927) Like RestClient for RestTemplate, JdbcClient for JdbcTemplate with fluent api would make it easier to add modern features.

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions