philwilson.org

1 post tagged with "hibernate"

See all tags and the latest posts

Logging database content changes in a Play Framework app

20 June, 2012 - 391 words
To do this we use Hibernate Envers. There are 3 easy steps to adding change logging to the data in your existing Play Framework app (I am using 1.2.4 – version 2 may well be different): Add the library Add the standard configuration Add an annotation to each cl...

read more