Data Auditing using Hibernate Envers

来源:互联网 发布:单片机开关量输入电路 编辑:程序博客网 时间:2024/05/16 13:31

 使用Envers来简单的跟踪实体类

Envers (Entity Versioning) is a simple yet elegant and powerful library that facilitate developers to implement audit functionality within ORM framework transparent from database vendor.

Easy auditing/versioning for your Hibernate entities with Envers:
http://marakana.com/s/easy_auditing_versioning_for_your_hibernate_entities_with_envers,115/index.html

Data Auditing using Hibernate Envers :
http://consultingblogs.emc.com/athermughal/archive/2009/06/16/data-auditing-using-hibernate-envers.aspx

Hibernate envers开发指南:

http://www.blogjava.net/xmatthew/archive/2010/08/21/329521.html

 

Hibernate Envers - Easy Entity Auditing:
http://docs.jboss.org/envers/docs/index.html#quickstart

 

Envers – Hibernate实体类简单的跟踪框架:
http://javasight.net/2011/07/easy-auditing-for-entity-classes-using-envers/

No Hibernate Session bound to thread,
and configuration does not allow creation of non-transactional one here:
http://stackoverflow.com/questions/4961636/no-hibernate-session-bound-to-thread-and-configuration-does-not-allow-creation

 

事务管理:
http://www.javawind.net/help/html/spring_ref_2.0/html/transaction.html