-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R2DBC Composite Primary Key #1276
Comments
If I remember correctly, using single primary key is a requirement of the JPA specification. If Spring Data tends to follow the JPA specification, this is clearly an unsolvable problem.👀 |
Thanks for comment! I checked javax.persistence package which refers to jpa specification, and there is Please comment back if I got it wrong. |
I don't have much of an idea from this, I'm guessing maybe the bigger limitation comes from Spring Data Commons. |
Closing as duplicate of #574 |
Any update here. still it cant be use pk with r2dbc or any way now.? |
Hi, I was wondering if there's any way I can implement composite primary keys on entities when using
spring-data-r2dbc
. If there's none, is there any plan for addition or is it okay to create PR for it?I have searched for some issues and changes but only found #574 and I guess the issue has not been completed.
The text was updated successfully, but these errors were encountered: