Can someone suggest me some hibernate auditing-framework for Java web application which should support for existing hbm files in my application.
After searching on the web I found that auditing with envers is one of the best solution, but it doesn't seems to helping me with my application which is already developed using hibernate hbm files (No annotation has been used).
It seems that you can use Envers with an application that uses hbm files: https://github.com/andrezimmermann/sample-hibernate-hbm-envers and Does Hibernare Envers support model classes that use mappings?