Is there a way to implement a many-to-many relationship in NHibernate that has two association tables?
Normal many-to-many: Database: TableA 1:m AssociationTable m:1 TableB NH: EntityA m:m EntityB What I'm wondering about: Database: TableA 1:m AssociationTableA 1:m AssociationTableB m:1 TableB In this instance, is it possible to map the entity for TableA to th entity for TableB? Thanks, Gareth. -- 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.
