-
Notifications
You must be signed in to change notification settings - Fork 4
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
Remove @Data annotation from jpa classes #332
Comments
michael-82
added a commit
that referenced
this issue
Aug 29, 2024
- Remove @DaTa and @EqualsAndHashCode annotations and replace them with @getter @Setter @tostring (excluding lazily loaded variables) and custom equals and hashcode methods - Change id datatype from int to Long in entity classes
michael-82
added a commit
that referenced
this issue
Sep 2, 2024
- Remove @DaTa and @EqualsAndHashCode annotations and replace them with @getter @Setter @tostring (excluding lazily loaded variables) and custom equals and hashcode methods - Change id datatype from int to Long in entity classes
michael-82
added a commit
that referenced
this issue
Sep 4, 2024
- Remove @DaTa and @EqualsAndHashCode annotations and replace them with @getter @Setter @tostring (excluding lazily loaded variables) and custom equals and hashcode methods - Change id datatype from int to Long in entity classes
michael-82
added a commit
that referenced
this issue
Oct 25, 2024
- Remove @DaTa and @EqualsAndHashCode annotations and replace them with @getter @Setter @tostring (excluding lazily loaded variables) and custom equals and hashcode methods - Change id datatype from int to Long in entity classes
michael-82
added a commit
that referenced
this issue
Oct 25, 2024
- Start writing tests (context.hashCode() is weird rn)
michael-82
added a commit
that referenced
this issue
Oct 28, 2024
- change hashcode method in Context class - remove unused imports
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See
https://jpa-buddy.com/blog/lombok-and-jpa-what-may-go-wrong/
https://thorben-janssen.com/lombok-hibernate-how-to-avoid-common-pitfalls/
The text was updated successfully, but these errors were encountered: