It seems Spring r2dbc does not support Composite Primary Key / Embedded Classes.
What other options or work around can be followed in this case?
If i have a table which has Composite Key, then how can I get Flux of objects using partial key, may be the first column?
For e.g
repository.findAllById(String id);
Thanks