Hi
I have been working on auditing for an application and I can do most
things using Interceptors however I can't see how to audit many to
many tables as there isn't a domain object for the mapping table. I
need to be able to audit creates, updates and deletes in this table
and cannot use triggers in the database
mapping file
<bag name="Roles" table="TMembership" inverse="true">
<key column="UserId" />
<many-to-many class="Role" column="RoleId" />
</bag>
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---