I'm learning the Play Framework... and I'm wondering how to implement an auditing mechanism to track DB operations (add, modify, delete). For instance, I'd expect something very similar to Hibernate where audit tables are created automatically... Does anybody know if there is a good document that explains how to audit database changes with the Play Framework? I'm using the Play! 2.0 and PostgreSQL 9.1.
Any help would be really appreciated ;-)