I need to create an auditto track all CRUD events for all the tables in a database , now i have more than 100 tables in the DB , is there a way to create the specification which will include all the t
I am auditing my Java EE application with JBoss Evers and the nature of my application causes the audit table to grow very fast. The historic data is queried infrequently and access time is not really
I have multiple business objects in my application (C#, Winforms, WinXP). When the user executes some action on the UI, each of these objects are modified and updated by different parts of the applica
We\'re using a \"1 audit table for each monitored Table\"; However, in our case emp(PARENT) table has a child table emp_address which also needs to be monitored, so we have emp_audit and emp_address_a
i\'m planning a historization for my 开发者_如何学Cjava webapp (spring, hibernate). By googling I found Hibernate.Envers, which seems to be the perfect solution for me.
I am using NHibernate on a project. The database is required to have creation date and creator user fields on relation tables but I do not want to map the relations to domains. My db design is like:
Okay, this is a little hard to explain, as the title might suggest. I have an event receiver on ItemUpdated and ItemCheckedIn, which both writes custom SPAuditEntries. When CheckedIn occurs though -
I\'m working with the Audit framework in MOSS 2007, and I\'ve programatically enabled Auditing for 2 specific lists in a bunch of sites in a site collection(meaning 开发者_如何学运维the sites all have
I am listening to audit events in NHibernate, specifically to OnPostUpdateCollection(PostCollectionUpdateEvent @event)
we are creating separate audit tables for those entity tables which need auditing using triggers on PostgreSQL 8.4.