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
EmbeddedId #195
Comments
What is a type of these id objects. Is it some kind of value objects like
? |
Hello, it is this class @embeddable
Used like this @EmbeddedId Regards, Hans M. Rupp -----Ursprüngliche Mitteilung----- What is a type of these id objects. Is it some kind of value objects like Person { ? — |
Makes sense, i will add support for EmbeddedId |
fixed in release 1.3.5 |
The entities in my project all have @EmbeddedId (compount primary key) no @id.
When I try to use javers on them I get Class '<>' mapped as Entity has no Id property.
Is it somehow possible to to use javers with @EmbeddedId? If yes, how?
The text was updated successfully, but these errors were encountered: