In this case, how would you build a new object in the map file (which acts as a bridge between the two initial tables)? In my case, this link table has two foreign keys (int), one for each initial table, and also some other fields (startDate, endDate)
The thing is, in my new object, I have no properties for these two foreign keys. I have only one property that relates to the type of object that the foreign key points to.
Alexandre
source
share