posted 9 years ago
Hello guys,
I am using hibernate envers with JPA set up.
My build is working fine after all setup and configuration.
but hibernate envers is not creating audit tables .
Please help me.
please find the below configuration for hibernate envers
1. <dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-envers</artifactId>
<version>3.6.4.Final</version>
</dependency>
2. Entity class
2. persistence.xml
3.