You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Thanks for pointing out this gap in our documentation.
I don't think that copying the section about the Criteria API is sufficient.
Instead we should introduce a section about the querying capabilities based on Query in the JdbcAggregateTemplate
Both JDBC and R2DBC modules support dynamic Criteria API, either via
JdbcAggregateTemplate
orR2dbcEntitytTemplate
. 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.
The text was updated successfully, but these errors were encountered: