views:

9

answers:

0

Hi all,

I have the following situation:

I am using JPA to perform database activities. however, I want that after I made any changes to my entities and before I commit those changes, the current tables which are mapped to the current entities are automatically backed up so that I can keep my history data?

Anyone has some ideas, please?

Thanks