Hello all, this post really helped me, but my concern is that, nw our system contains the backup history tables, for Ex. at the End of Month, all data are purged into tblrenewalhistory_monthyear(tblrenewalhistory_042012) for April, 2012. so at the End of Every month , current data is purged into back up tables, so we have so many tables like tblrenewalhistory_012012,tblrenewalhistory_022012,tblrenewalhistory_032012,and so on... How should I take care this with hibernate, is there any alternative to represent the single xml file or Entity classes to multiple tables in .hbm.xml file. Please help me as soon as possible, Thanks and Regards, Vinit Shah.
|