How does NHibernate implement change tracking?

Posted by Alice on Stack Overflow See other posts from Stack Overflow or by Alice
Published on 2010-05-28T07:40:46Z Indexed on 2010/05/28 8:11 UTC
Read the original article Hit count: 204

Filed under:

Does nhibernate proxies do any smart job to make change tracking efficient? Or does it only support what Entity Framework calls snapshot based change tracking?

© Stack Overflow or respective owner

Related posts about nhibernate