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
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,
The text was updated successfully, but these errors were encountered:
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
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,
The text was updated successfully, but these errors were encountered: