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