In my model I have a number of entities that all reference the same table. Is there a way to move this association to a base class using "Table per Concrete class" inheritance? (If so, how?)
In my model I have a number of entities that all reference the same table. Is there a way to move this association to a base class using "Table per Concrete class" inheritance? (If so, how?)