Envers is probably not what you need. If you just want to record an audit trail then you can do something like: http://agilefreak.wordpress.com/2011/06/17/audit-log-with-nhibernate/ and persist the audit log to MongoDb.
On 24 March 2013 13:03, Roger Kratz <[email protected]> wrote: > Envers supports the same dbs as nh core does. Nh is spezialized around > relation databases, so I find it hard to believe that mongodb ever will be > supported. > > > Sent from Samsung Mobile > > > > -------- Original message -------- > Subject: [nhusers] NHibernate.Envers with MongoDb > From: Deepak Rohilla <[email protected]> > To: "[email protected]" <[email protected]> > CC: > > > How can i use MongoDb for AuditTrails > I want to keep my database as it is, and Audit entity to MongoDb. > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/nhusers?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/nhusers?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
