Closed
Description
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?