Skip to content
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

Include @Embeddable as JPA exclusion for mutable fields #124

Closed
firemanphil opened this issue Aug 20, 2015 · 3 comments
Closed

Include @Embeddable as JPA exclusion for mutable fields #124

firemanphil opened this issue Aug 20, 2015 · 3 comments
Labels

Comments

@firemanphil
Copy link

When @entity is specified, equals verifier excludes classes from the field-mutable check. @embeddable should also be included in this exclusion as it also used to annotate JPA pseudo-entities.

@jqno
Copy link
Owner

jqno commented Aug 20, 2015

Good point! I'll add that to the next release.

@jqno jqno added the accepted label Aug 20, 2015
@jqno
Copy link
Owner

jqno commented Aug 29, 2015

I just released version 1.7.5, which adds this feature. (Also for @MappedSuperclass.)

@jqno jqno closed this as completed Aug 29, 2015
@firemanphil
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants