Need to delete records with cascade and want them to store in history table via hibernate
I need to delete records from main table and store it in history table(exact replica of main table ), though I can code it manually. But is their a standard procedure to achieve same in hibernate ??