I have a class ClassA mapped to TableA. I also have a mapping for it and it has an entity-name of EntityA.
Now, I need to create another mapping named EntityATwo between ClassA for TableA, but slightly different.
Although I could copy-paste the mapping of EntityA to EntityATwo, it would be very difficult to maintain that.
Thus, my question is, how do I create the mapping for EntityATwo wherein I declare there only what is different between EntityATwo and EntityA, while the rest of the mappings are derived from EntityA.
Thanks, Franz