Is there a trick to get MyGeneration to load and map a many-to-many relationship? I’ve been watching the summer of nhibernate series from Microdesk and in his demonstration loading and mapping recognizes a many to many relationship from an intermediate table. I have the same relationship in my database which is Customer -> Orders -> ProductOrder <- Product (if that makes sense) and mine is loading as the relation actually are, which is a one to many from Order to ProductOrder and zero to many from Product to ProductOrder.
This would be OK, I could remap myself however I don’t see a way to map a many-to-many relationship with the default template. Any help would be appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
