Joined: Thu Jan 10, 2008 11:23 am Posts: 4 Location: NJ, USA
|
It's table-per-concrete type situation.
I have multiple tables, which has these couple of columns, which are same in each table.
Example lastUpdateDate, lastUpdateUser etc.
Now I got super class having these columns. And all other POJOs extend this class.
But in my mapping files, I have mapping of these columns in each class mapping file.
Is it possible to define these common column mappings single place and let other mappings refer it?
_________________ Thanks
Ashish Jain
http://www.jframeworks.com
|
|