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

#332 - Remove @Data annotation from jpa classes #345

Merged

Conversation

michael-82
Copy link
Collaborator

@michael-82 michael-82 added the enhancement New feature or request label Aug 29, 2024
@michael-82 michael-82 linked an issue Aug 29, 2024 that may be closed by this pull request
@michael-82 michael-82 force-pushed the feature/332-remove-data-annotation-from-jpa-classes branch from 15b3e6c to 3bde47b Compare September 2, 2024 11:55
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

Attention: Patch coverage is 8.19672% with 112 lines in your changes missing coverage. Please review.

Project coverage is 75.23%. Comparing base (451a6f7) to head (64c692d).
Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
...bility_gui_backend/dse/persistence/DseProfile.java 0.00% 8 Missing ⚠️
...asibility_gui_backend/query/persistence/Query.java 0.00% 8 Missing ⚠️
...ty_gui_backend/query/persistence/QueryContent.java 0.00% 8 Missing ⚠️
...y_gui_backend/query/persistence/QueryDispatch.java 0.00% 8 Missing ⚠️
...y_gui_backend/query/persistence/QueryTemplate.java 0.00% 8 Missing ⚠️
...lity_gui_backend/query/persistence/SavedQuery.java 0.00% 8 Missing ⚠️
...y_gui_backend/query/persistence/UserBlacklist.java 0.00% 8 Missing ⚠️
...erminology/persistence/ContextualizedTermCode.java 0.00% 8 Missing ⚠️
...rsistence/ContextualizedTermCodeToCriteriaSet.java 0.00% 8 Missing ⚠️
...i_backend/terminology/persistence/CriteriaSet.java 0.00% 8 Missing ⚠️
... and 5 more
Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #345      +/-   ##
=============================================
- Coverage      78.54%   75.23%   -3.32%     
- Complexity       566      578      +12     
=============================================
  Files            140      154      +14     
  Lines           2470     2592     +122     
  Branches         151      228      +77     
=============================================
+ Hits            1940     1950      +10     
- Misses           472      576     +104     
- Partials          58       66       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michael-82 michael-82 force-pushed the feature/332-remove-data-annotation-from-jpa-classes branch from 3bde47b to 33e4e6d Compare September 4, 2024 06:08
@michael-82 michael-82 force-pushed the feature/332-remove-data-annotation-from-jpa-classes branch from 33e4e6d to 1d09b0b Compare October 25, 2024 05:17
@michael-82 michael-82 force-pushed the feature/332-remove-data-annotation-from-jpa-classes branch from 19771bb to 8387a97 Compare January 17, 2025 08:30
@michael-82 michael-82 self-assigned this Jan 17, 2025
- change hashcode method in Context class
- 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 michael-82 force-pushed the feature/332-remove-data-annotation-from-jpa-classes branch from 8387a97 to 64c692d Compare January 17, 2025 09:32
@michael-82 michael-82 merged commit 7d03a0f into develop Jan 17, 2025
6 of 8 checks passed
@michael-82 michael-82 deleted the feature/332-remove-data-annotation-from-jpa-classes branch January 17, 2025 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove @Data annotation from jpa classes
1 participant