-
Notifications
You must be signed in to change notification settings - Fork 54
feat: add JPA @EmbeddedId support #84
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #84 +/- ##
============================================
+ Coverage 60.4% 61.84% +1.43%
- Complexity 283 302 +19
============================================
Files 31 31
Lines 1816 1853 +37
Branches 282 286 +4
============================================
+ Hits 1097 1146 +49
+ Misses 593 580 -13
- Partials 126 127 +1
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #84 +/- ##
============================================
+ Coverage 60.4% 61.84% +1.43%
- Complexity 283 302 +19
============================================
Files 31 31
Lines 1816 1853 +37
Branches 282 286 +4
============================================
+ Hits 1097 1146 +49
+ Misses 593 580 -13
- Partials 126 127 +1
Continue to review full report at Codecov.
|
feat: add JPA @EmbeddedId support (introproventures#84)
This is a new feature PR to support JPA @EmbeddedId attribute mappings submitted by @ludovicmotte,
Given, the following entity class definition with
@EmbeddableId
:Will generate schema to query entities using embedded id attributes:
Singular Query Field:
Plural Query Field: