NHibernate: why ILifecycle.OnUpdate is not called every time ?

Posted by ldp615 on Stack Overflow See other posts from Stack Overflow or by ldp615
Published on 2010-04-10T10:05:42Z Indexed on 2010/04/10 10:13 UTC
Read the original article Hit count: 146

Filed under:
|
|

NHibernate_reference.pdf, page 26:

Note that ILifecycle.OnUpdate() is not called every time the object's persistent state is updated. It is called only when a transient object is passed to ISession.Update().

Why it design link that?

© Stack Overflow or respective owner

Related posts about nhibernate

Related posts about lifecycle