NHibernate Optimistic Concurrency

Posted by initforthemoney on Stack Overflow See other posts from Stack Overflow or by initforthemoney
Published on 2009-07-21T15:45:54Z Indexed on 2010/03/30 18:03 UTC
Read the original article Hit count: 220

Filed under:
|

I'm investigating optimistic concurrency in NHibernate. I have a scenario that is very similar to what is being described here:

http://weblogs.asp.net/stefansedich/archive/2008/10/01/set-the-value-of-a-version-column-in-nhibernate-manually.aspx

Would you recommend going with the proposed solution in this blog post?

Thanks

© Stack Overflow or respective owner

Related posts about nhibernate

Related posts about concurrency