I have a composite key which i consider in a same time as primary key and composite key
- storeId
- addressId
- customerId
How i can create my entity and my repository based on above information and using r2dbc and postgresql ??
I have a composite key which i consider in a same time as primary key and composite key
How i can create my entity and my repository based on above information and using r2dbc and postgresql ??