I have two entities that have hasManyToMany association between them. i.e. 
each of the entity has a collection of the other.

For example, I have entities A and B, So A will have a collection of B in 
it. Now when I read A, it will also read the ICollection(). So in this 
collection, I want to set the value of a primitive field, different for 
each A object. But when I do so, my changes to B are passed to other A 
objects using the same B object.

I just want to overwrite the data in the child collection. But when i do 
it, the child object gets overwritten for every parent the uses it.

Any suggestions on that?

I hope I'm pretty clear what i need to do, but I'm open for a discussion on 
this.

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fluent-nhibernate+unsubscr...@googlegroups.com.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
Visit this group at http://groups.google.com/group/fluent-nhibernate.
For more options, visit https://groups.google.com/d/optout.

Reply via email to