I am using Hibernate as my orm in my application.
Now I want to integrate it with Envers. At present I am generating entity using hbm files. In that case how can I mention in hbm file that generate class must have @Audited annotation.
Thanks,
Narendra