spring-projects / spring-data-relational

Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.
https://spring.io/projects/spring-data-jdbc
Apache License 2.0
753 stars 345 forks source link

[r2dbc] Support for one-to-one and one-to-many relationships #1834

Open Topfgriff opened 1 month ago

Topfgriff commented 1 month ago

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.

infinite-dev22 commented 1 month ago

Any updates on this

AbdelrahmanTarek97 commented 1 month ago

Any updates here guys?

Exceptionflug commented 3 weeks ago

Any updates here?