Search code examples
javahibernateaudit-logging

Hibernate Auditing with hbm


Can someone suggest me some for Java web application which should support for existing files in my application.

After searching on the web I found that auditing with is one of the best solution, but it doesn't seems to helping me with my application which is already developed using hibernate files (No annotation has been used).


Solution

  • 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?