Spring data r2dbc - Composite Primary key

Viewed 2846

Looks like Spring Data r2dbc does not support composite primary key. Is that a known issue?

I dont see support for @Embedded.

1 Answers

This is not yet supported in R2DBC as of now. take a look here. it points out to this issue on spring data which is still open.

Related