Closed
Description
Both JDBC and R2DBC modules support dynamic Criteria API, either via JdbcAggregateTemplate
or R2dbcEntitytTemplate
. It seems rather strange that we mention this in the R2DBC doc, but the exact same section in JDBC doc does not contain any Criteria API mentioning whatsoever. I'm not talking about fluent API as such, but rather about Criteria API usage.
I think we should incorporate a link to Criteria API doc section in R2DBC for Spring Data JDBC documentation, to avoid duplication.