You can't do that with a many-to-many in NHibernate. Instead you need to 
make the "middle" of the relationship a class itself, a SubscriberProvider 
or something similar. You can either map that class as an entity (my typical 
approach) or you can map it as a component, both have the same end result.

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.

Reply via email to