Hello everybody,
I have a problem mapping part of my database mode and hope that somebody here can help me. I googled quite a bit on this, but I suspect that I use the wrong searchterms (since I have not found an answer yet).
I have the following database model:
In the domainmodel, Series has a map of Attributes. No problem mapping that. Series also has a list of Books and a Book has a reference to its Series. Again, no problems. But now comes the tricky part. I want to be able to ask a Book the question "give me your value of this attribute of your series". So I e.g. want Book to have a Map with 'Attribute' as key and 'value' as value.
I have no idea how to map this. Help... :)
With kind regards,
Martijn Onderwater (The Netherlands)