-
Notifications
You must be signed in to change notification settings - Fork 0
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
Models and endpoints for user accounts #46
Conversation
1ed3dee
to
f375df2
Compare
@JoinColumn | ||
@OneToMany(cascade = [CascadeType.ALL], fetch = FetchType.EAGER) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Details about these annotations' behaviour can be found at:
https://stackoverflow.com/questions/52887653/onetomany-relationship-does-not-save-the-primary-key-of-the-parent-in-the-child
https://stackoverflow.com/questions/2990799/difference-between-fetchtype-lazy-and-eager-in-java-persistence-api
This PR is only missing tests now |
closes #3
Currently missing tests and a fix regarding relationship between Account and CustomWebsite
Review checklist
docs/openapi.yml