-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for JdbcAggregateTemplate. #1854
Conversation
Hey @Buzzardo, |
[[jdbc.template]] | ||
= Template API | ||
|
||
Spring Data JDBC offers the javadoc:org.springframework.data.jdbc.core.JdbcAggregateTemplate[] as a more direct means to load and persist entities in a relational database. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This page adds another variant of documenting Template API's.
I strongly suggest aligning with https://docs.spring.io/spring-data/relational/reference/r2dbc/entity-persistence.html to not introduce yet another variant of Template documentation.
Overall, entity-persistence.html
would be a good place to explain the Template API as it fits pretty well in there surrounded by Optimistic Locking and ID generation.
Furthermore, the documentation misses update and delete method documentation.
Thanks for the feedback. I applied the requested changes and added them to |
Closes #1841