Hi.. i have my entity classes made in fallowing way: everyone entity class inherits "Entity" class. "Entity" is abstract and it contains standard properties like Id, AddDatetime etc.
No i want to map all my classes using inheritance mapping.
I'm using a table-per-subclass mapping, and i want to ask if i can divide it to many files.
I mean, I want to have every one subclass in hbm.xml file called by it's name because it will make my mappings really clear...
How can i make class and every subclass mapped in diffrend file hbm.xml file?
Best regards
Ćukasz
|