Hello, i'm a little bit confused how to model following situation:
I have a entity DescriptionItems which has an attribute Locale to be independet from different languages, and the descritption itself.
Now i have two furter entities:
Entity A: Has a Map of description items called logicalDescritptions and a Map technicalDescriptions
What is the best way to implemnt this relationship? One solution is to implemet a 3rd Entity descriptionsBag to contain the relevant descriptionItems for either logical or technical Descriptions, but i'm afraid that's not the best pratise because i don't wanna implement an extra class only for satisfy hibernate....
Hope for help.... Uli
|