开发者

Nhibernate Auditing

开发者 https://www.devze.com 2022-12-24 15:31 出处:网络
I have a question about auditing. Most auditing examples use one audit table to track changes. However, we need one audit table per \"regula开发者_高级运维r\" table. In other words, tblCustomer would

I have a question about auditing. Most auditing examples use one audit table to track changes. However, we need one audit table per "regula开发者_高级运维r" table. In other words, tblCustomer would also have tblCustomer_History. I can't figure out how to use a listener, and on update populate the history table as well. Any ideas? I'd hate to fall back on SQL Server triggers.


If you don't want to build your own audit solution, maybe you should have a look at NHibernate Envers? https://bitbucket.org/RogerKratz/nhibernate.envers

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号