there were some people that asked about this, and how could it be done.
well it can't be done as a built in feature of nhibernate, but for those of
you that need this feature, i've posted an article on how it can be achived
with a ready to use code, that use a proxy and the nhibernate session
interceptor, to store the entity's state in the entity itself (in the
proxy), and prevent un needed updates\selects of the entity being updated
when attaching it to another session.


http://nhforge.org/wikis/howtonh/keeping-entity-state-over-multiple-nhibernate-sessions.aspx

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to