Timeline for Relationship problem between entities
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 6, 2021 at 14:59 | comment | added | Erik Eidt | "I have read through online that many-to-many should be avoided as much as possible and it makes sense." They should not be avoided when that is the natural relationship! | |
| Aug 6, 2021 at 8:49 | vote | accept | CommunityBot | ||
| Aug 5, 2021 at 21:53 | answer | added | Christophe | timeline score: 1 | |
| Aug 5, 2021 at 21:17 | comment | added | C'est Moi | Bridge tables are often used to deal with many-to-many situations. You need to understand what your data base vendor supports for many-to-many and bridge tables. You need to understand whether whatever will be making the queries to extract information from your data base has the capability of dealing with bridge tables. Some tools have a relatively elegant switch, some require hand-coding of the SQL. | |
| Aug 5, 2021 at 20:34 | comment | added | JimmyJames | Sorry, I'm not following your description here. "a Wallet can have many WalletPlatform and WalletStorage that it owns." Are you saying a single wallet can be associated with more than one WalletPlatform and WalletStorage? Is there any relationship between WalletStorage and WalletPlatform? | |
| Aug 5, 2021 at 19:58 | comment | added | candied_orange | Sounds like you're simply telling Hibernate to set up a one-to-many relationship backwards from what you intended. | |
| Aug 5, 2021 at 19:30 | review | First posts | |||
| Aug 5, 2021 at 19:45 | |||||
| Aug 5, 2021 at 19:28 | history | asked | user390016 | CC BY-SA 4.0 |