We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently Embeddables does not support being part of composite primary key - Mismatch count of entity primary key Exception is thrown.
Mismatch count of entity primary key
It would be useful feature as I would use Embeddables eg. for date ranges (date->from, date->to) as part of primary key.
date->from
date->to
Thanks for consideration!
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently Embeddables does not support being part of composite primary key -
Mismatch count of entity primary key
Exception is thrown.It would be useful feature as I would use Embeddables eg. for date ranges (
date->from
,date->to
) as part of primary key.Thanks for consideration!
The text was updated successfully, but these errors were encountered: