audit
How to set Database Audit Specification for all the tables in db
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[详细]
2023-01-19 15:16 分类:问答JBoss envers and huge audit tables
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[详细]
2023-01-19 12:05 分类:问答capture changes to properties of an object
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[详细]
2023-01-18 06:14 分类:问答Postgres SQL for joining parent-child audit tables
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[详细]
2023-01-17 08:29 分类:问答Alternative solutions for Hibernate.Envers
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.[详细]
2023-01-16 15:04 分类:问答Audit information on a relation table with NHibernate
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:[详细]
2023-01-13 19:41 分类:问答Disregarding updates on non-checked-in entries in a sharepoint list (SPAudit)
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 -[详细]
2023-01-13 08:57 分类:问答Enabling SPAudit automatically for new files in list
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[详细]
2023-01-11 17:05 分类:问答Iterate through IPersistentCollection items
I am listening to audit events in NHibernate, specifically to OnPostUpdateCollection(PostCollectionUpdateEvent @event)[详细]
2023-01-11 11:59 分类:问答Audit Table DB Design : Does creating Audit Tables for Join Tables make sense
we are creating separate audit tables for those entity tables which need auditing using triggers on PostgreSQL 8.4.[详细]
2023-01-07 23:34 分类:问答
加载中,请稍侯......