-
Notifications
You must be signed in to change notification settings - Fork 563
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
Expose ManyToOne relations from composite key in _links? #2240
Comments
Could you include a link to a reproducer, staged on github, ideally using https://start.spring.io, H2 (or Testcontainers for PostGreSQL, etc.), that demonstrates the feature you are looking? |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
@gregturn
my question is if it is also possible to include links to A and B from the CId class like this without adding many-to-one relations in C class directly:
|
I have an Embeddable composite key consisting of two ManyToOne relations.
Currently they are exposed as one self href item resource link.
Is it possible to additionally expose each ManyToOne relation as a separate item resource link in the _links section?
The text was updated successfully, but these errors were encountered: