EmbeddedId #195
Closed
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: