Triggers in NHibernate
I'd like to know if is there something like a Trigger (of databases) in NHibernate开发者_如何学运维 that I can use per entity ?
I'd like to make a history of each record, and with triggers I can compare the old value and new value of each property and generate a register of history.
I've heard about Audit in NHibernate, but it's for all entities, if there isn't another way... how Can I separete a block per entity ?
Thanks
精彩评论