Best entity relationship approach
Im storing transactions in my application that consist of a sender and a receiver, this is my entity class for it:
what would be the best approach for the relationship here? create a oneToMany relationship with both sender and receiver? Or just store the IDs for sender and receiver instead of the User object?
5 Replies
⌛
This post has been reserved for your question.
Hey @Victor! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
I'd just create to onetomany relationships
how should i go about mapping on the User entity side? if it can be mapped by either sender or receiver?
the user entity has a list of transactions which i would like to include every transaction regardless if he is a sender or a receiver
or do i need to create two separate lists to map to sender and receiver
You can do both
or none
whatever you need
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.