Micronaut R2DBC Parent Child Relationship Parent ID not getting inserted into child (One to Many)
I am new to R2DBC and I have a fairly standard parent child relationship Person / Address and when attempting to save a person object with an address both the person and the address get saved but the Person ID is not getting saved to Address table.
I am using Postgres with Micronaut and R2DBC. The following is the code