Created
August 16, 2011 10:59
-
-
Save marcuspocus/1148852 to your computer and use it in GitHub Desktop.
Playframework envers application.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Hibernate Envers Auditing Library conf | |
hibernate.ejb.event.post-insert=org.hibernate.ejb.event.EJB3PostInsertEventListener,org.hibernate.envers.event.AuditEventListener | |
hibernate.ejb.event.post-update=org.hibernate.ejb.event.EJB3PostUpdateEventListener,org.hibernate.envers.event.AuditEventListener | |
hibernate.ejb.event.post-delete=org.hibernate.ejb.event.EJB3PostDeleteEventListener,org.hibernate.envers.event.AuditEventListener | |
hibernate.ejb.event.pre-collection-update=org.hibernate.envers.event.AuditEventListener | |
hibernate.ejb.event.pre-collection-remove=org.hibernate.envers.event.AuditEventListener | |
hibernate.ejb.event.post-collection-recreate=org.hibernate.envers.event.AuditEventListener |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment