To the best of my knowledge, the index-many-to-many element is not supported
yet by fluent nhibernate.

On Mon, May 11, 2009 at 8:03 AM, HMS <jvander...@gmail.com> wrote:

>
> Hello,
>
> I'm trying to map a ternary association in Fluent NHibernate.
>
> The result I would like to recreate is the following NHibernate HBM
> mapping snippet:
>
>     <map name="MyMap">
>      <key column="Class3" />
>      <index-many-to-many class="Class1" column="Class1"/>
>      <many-to-many class="Class2" column="Class2"/>
>    </map>
>
> I *think*  I need to use AsIndexedCollection(), but I can't figure out
> the syntax (not good with Expressions) and I couldn't find a good
> configuration example.
>
> Can anyone help me out on this one ?
>
> Regards,
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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