As outlined in the heading, I am seeing problems whereby I am attempting to map two different classes to the same table. Each class has a different primary key; one has a primary key equal to that on the physical table, the other uses a composite of 2 different fields.
The reason I am attempting this is because we recently switched the primary key on the table, and we would like to be able to support the legacy classes and the new classes.
Can some confirm if what I am doing is not possible?
Thanks