Skip to content
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

How to achieve One to Many relationship with Spring Data R2DBC with R2DBC(Mysql) #445

Closed
Sugumar007 opened this issue Sep 6, 2020 · 1 comment
Labels
status: duplicate A duplicate of another issue

Comments

@Sugumar007
Copy link

Sugumar007 commented Sep 6, 2020

Hi Team, I am facing one issue I am not able to find correct way to achieve Association in Spring data JDBC with R2DBC(Mysql)

For Example,

Employee is one entity and Address sub entity of Employee. One employee can have many addresses so How I achieve this functionality using R2dbc(Mysql) with Spring Data JDBC.
If I delete a employee, the foreign relationship address should also get deleted.
I am new to spring world,

@mp911de
Copy link
Member

mp911de commented Sep 7, 2020

Mapped relationships aren't supported yet. Duplicate of #356.

@mp911de mp911de closed this as completed Sep 7, 2020
@mp911de mp911de changed the title How to achieve One to Many relationship with Spring data JDBC with R2DBC(Mysql) How to achieve One to Many relationship with Spring Data R2DBC with R2DBC(Mysql) Sep 7, 2020
@mp911de mp911de added the status: duplicate A duplicate of another issue label Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

2 participants