NHibernate In Action is an excellent book that gives great detail. However, the auditing implementation used in the book uses one audit table for all entities. I'm looking for an implentation that uses one audit table per entity. I am currently looking into the "entity-name" feature that has been introduced in NH 2.1 to see if that will help solve my problems. What does IIRC refer to?
On Mar 20, 6:05 pm, Ayende Rahien <[email protected]> wrote: > IIRC, NHiA covers this. > > > > On Fri, Mar 20, 2009 at 11:54 PM, Fabio Maulo <[email protected]> wrote: > > Good point.If you want we can talk about some possibles implementations of > > auditing and then work to implements some general solution for each "audit > > type". > > Here or in private, I like this matter and I'm thinking about an example > > and some classes to manage it. > > > 2009/3/20 Action Jackson <[email protected]> > > >> Does anyone have any good references or articles that I can take a > >> look at to determine the best way to handle auditing for entities > >> using NHibernate? Specifically, I would like to create one audit table > >> per auditable object. All the examples I have seen thus far use one > >> audit table for all entities. > > > -- > > Fabio Maulo- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
