1

I know that hibernate envers uses same sequence for all the audit tables it generates but in my database there are more than 100 tables and they contain millions of data records so I want to use separate sequence for all the tables. Kindly suggest me how to achieve this because I am not able to find anything related to my problem.

Thanks in advance

rishi
  • 1,792
  • 5
  • 31
  • 63

1 Answers1

1

Unfortunately currently the Envers revisions are global per Hibernate configuration.

adamw
  • 8,038
  • 4
  • 28
  • 32
  • Thanks for the reply adam.. My suggestion would be to incorporate separate sequence for different tables in upcoming version of envers and thanks for giving us the hibernate envers :) – rishi Sep 26 '14 at 08:10