The main idea is when you dont have a list of B in A or any other
reference, having it this way its a many to many relationship and you
have two options here: either to be considered as a HasMany or a
ManyToMany .. while fluent nhibernate always assumes that such a
relation is a HasMany the truth is this is not always correct ..
actually the default behaviour in my openion is to be considered as a
Unidirectional ManyToMany .. and that you will be using a conjunction
table in the database .. look it this way .. B is in a class that you
have no control of and its only referenced.
> > To post to this group, send email to
fluent-n...@googlegroups.com (mailto:
fluent-n...@googlegroups.com).
> > To unsubscribe from this group, send email to
fluent-nhibern...@googlegroups.com (mailto:
fluent-nhibern...@googlegroups.com).