Expert |
|
Joined: Tue Dec 28, 2004 7:02 am Posts: 573 Location: Toulouse, France
|
I guess you speak about a many-to-many relationship.
If the relationships holds an attribute, I think it's impossible. Think about it: what would be the object each side is holding and how could each side access the prices attribute if the object contained in the collection does not hold this attribute?
If the relationship between the two entities is simply represented by a relation table, then no need to have a intermediary object, but if it has an attribute, then I guess a relation class is needed imo.
_________________ Baptiste
PS : please don't forget to give credits below if you found this answer useful :)
|
|