I need to know if it is possible to add properties on a many to many Relationship or wether I should go for adding an entity with Relationship ? In the case of the extra entity, how can I get the two referenced tables to participate in the key (to get a compound key of the two tables) ?
I followed this article but it doesn't go deep enough :http://blog.codefluententities.com/2012/06/14/many-to-many-relationships-with-codefluent-entities/
Thanks in advance,
You have to create an entity with relationship. This new entity has a composite key, so you also have to set
setType="List"