hibernate-envers
Envers with Hibernate Interceptors, onDelete
I\'m trying to implement a simple Envers + interceptor based approach to audit my Hibernate entities. For this, as per the typical approach, there\'s a BaseEntity with all the audit properties:[详细]
2023-04-10 18:01 分类:问答Envers custom revision listener
I am using Hibernate Envers in a Tomcat environment. It works fine. I do however need to be able to add the username of the user that changed the data that is to be audited. This can be done by implem[详细]
2023-04-06 08:15 分类:问答What does eclipse do when you inspect variables (while debugging)
I have an instance of org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy that is causing some grief: whenever I programmatically try to access it I get a null pointer exception (ie cal[详细]
2023-04-06 06:24 分类:问答jboss 7 (envers 4) Unable to load class org.hibernate.envers.event.AuditEventListener
I port from hibernate Envers 3.6 to Envers 4.0. This new version doesn\'t have AuditEventListener.开发者_如何学运维 Old version requires: listeners[详细]
2023-04-01 18:48 分类:问答Missing properties in Envers auditing tables
I am using envers to audit my ParameterToValue entity. Its properties \"containerId\", \"containerType\", \"parameterId\" which do appear as columns in a mapped DB table \"values_for_params\" (a regul[详细]
2023-03-31 19:56 分类:问答Hibernate ENVERS Classloading issue
I am trying to integrate Hibernate Envers in an already developed application. I ship the Hibernate Envers JAR inside an EAR package, and it throws an ugly exception regarding to class loader and som[详细]
2023-03-29 20:01 分类:问答How to get rev id right after auditing when using Hibernate Envers
I\'m using Hibernate Envers for auditing. It works fine. However, I\'m try to get the rev id right after modifying the data. I have CustomRevisionEntity as below:[详细]
2023-03-28 04:44 分类:问答Get complete Envers revisions where a particular object is affected
The way revision data is stored each object affected by a revision gets a separate record in the _AUD table. So when I search for revisions affecting object A, I will get back the entry where revision[详细]
2023-03-25 03:08 分类:问答Envers configuration with hibernate.cfg.xml
I am trying to use Envers to audit the updates/inserts into my tables. I have created audit tables with ext开发者_如何学运维ension _AUDIT in the DB.[详细]
2023-03-08 05:23 分类:问答Shiro, Hibernate and Envers
I\'ve got shiro implemented and it\'s working quite well.We\'re now trying to implement envers to do audit logging of our entities in hibernate and that works as well.One problem is we\'re trying to g[详细]
2023-03-08 03:04 分类:问答