By default, when NHibernate is loading objects from the database and
has several same objects in the result of the query it does not create
several separate instances of object, but rather a single instance,
and that objects in the list are pointing to the same instance in
memory.

Is it possible somehow to force NHibernate to create separate
instances of the same database object?

-- 
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