August 2011
1 post
3 tags
force create hibernate envers audit events
Recently, I had decided to adopt Hibernate Envers to audit changes to several tables on my database. I decided to attempt to force create the insert events that would have been generated had I been using Envers from the start. Unfortunately, there wasn’t an obvious way to do this, short of writing my own SQL scripts. That approach is fine, but I had several tables to migrate, and I prefer...