使用 hbm 进行 Hibernate 审计
Hibernate Auditing with hbm
有人可以在我的应用程序中向我推荐一些 hibernate auditing-framework for Java web application which should support for existing hbm 文件。
在网上搜索后,我发现使用 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 文件进行审核(未使用注释)。
您似乎可以将 Envers 与使用 hbm 文件的应用程序一起使用:https://github.com/andrezimmermann/sample-hibernate-hbm-envers and Does Hibernare Envers support model classes that use mappings?
有人可以在我的应用程序中向我推荐一些 hibernate auditing-framework for Java web application which should support for existing hbm 文件。
在网上搜索后,我发现使用 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 文件进行审核(未使用注释)。
您似乎可以将 Envers 与使用 hbm 文件的应用程序一起使用:https://github.com/andrezimmermann/sample-hibernate-hbm-envers and Does Hibernare Envers support model classes that use mappings?