Hi Fabio, I think you want me to find the solution by guiding me to it (which is cool), but I still don't see it (or I didn't understand your remark).
element has following methods -> Component (if I use this, complains that "Book" is mapped as an entity and a component (ambigues mapping)) -> Element -> using this one -> ManyToAny (and a generic one) -> it's manytomany -> ManyToMany -> using this one -> OneToMany -> it's manytomany Best regards, Ike On Aug 13, 10:34 pm, Fabio Maulo <[email protected]> wrote: > Where you wrote: > > element.Element(y => y.Column("Book")); > which are the others methods of "element" ? -- 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.
