-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[r2dbc] Support for one-to-one and one-to-many relationships #1834
Comments
Any updates on this |
Any updates here guys? |
Any updates here? |
still no plan? |
Guys any update? |
Any update? Is a crucial feature |
any updates on this? |
I'm reposting this comment here for everyone's visibility 🙂 I published spring-r2dbc-relationships library to help handle relationships in R2DBC. The solution is not ideal because it uses
Cheers! |
Since spring-data-r2dbc is now part of spring-data-relational, I wanted to reopen a much-discussed topic.
Quote from the original issue:
"Spring Data JDBC supports one-to-one and one-to-many (either as set, list or map) relationships:
https://docs.spring.io/spring-data/relational/reference/jdbc/mapping.html#jdbc.entity-persistence.types
It would be really useful to have this feature with R2DBC as well."
Being able to map "simple" relations would make working with r2dbc much easier. Many of our developers do not switch to Spring's reactive stack due to the lack of the ability to represent relations and prefer to stick with the MVC variant, where they can make use of JPA and Hibernate.
The text was updated successfully, but these errors were encountered: