hibernate - share mapping xml files

xpTo.

New Member
Is there a way to share mapping files for multiple tables.Every hibernate pojo has a Integer id field which i moved into a superclass. I also have multiple tables which are very similar to each other. So i created superclasses for those either. Is there a way to include mapping files into each other or share mapping files?
 
Back
Top