Skip to content

Add Template method to R2dbcEntityTemplate to post-process GenericExecuteSpec for e.g. a filter function #1652

Closed
@mlegenovic

Description

@mlegenovic

Is there a way to set the fetch size for R2DBC repositories or R2dbcEntityTemplate?

With JDBC you can do it on JdbcTemplate, but the R2DBC spec only provides this on the statement level, and you can't get there.

From the R2dbcEntityTemplate you can get to the DatabaseClient, but not to the statement.

Is there a way to do this somehow?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions