ese-unibe-ch / ese2014-team6

0 stars 1 forks source link

Two manyToMany type relations between user and advert at the same time do not work? #6

Closed Koucha closed 9 years ago

Koucha commented 9 years ago

Possible solution:

aschwanb commented 9 years ago

Have you tried mapping them to differenty named columns? (See fromUser/toUser used for the message object)

Koucha commented 9 years ago

Thanks for the suggestion. I instead created a new Entity. It has some other benefits as well (changeing a ad from bookmarked to interested is easy & no double entries). -> Fixed in 692f80fa