Support for Multiple Child Column on ManyToManyPart

8 views
Skip to first unread message

Sathish

unread,
Nov 9, 2009, 11:03:15 AM11/9/09
to Fluent NHibernate
Hi,

I'm trying to map a composite key entity as ManyToMany, and
ChildKeyColumn is taking only one key.

Source is documented with support for only one column,
public ManyToManyPart<TChild> ChildKeyColumn(string
childKeyColumn)
{
childColumns.Clear(); // support only one currently
childColumns.Add(childKeyColumn);
return this;
}

Is there any other workaround for adding multiple column support?

Thanks in advance.
Sathish

Paul Batum

unread,
Nov 19, 2009, 3:00:48 AM11/19/09
to fluent-n...@googlegroups.com
Hi Sathish,

Unfortunately this is not supported yet, but we should have a fix for it relatively soon. Your problem is a symptom of the same issue that I mentioned here:
http://groups.google.com/group/fluent-nhibernate/msg/225f8b8bc7592b46?hl=en

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


Reply all
Reply to author
Forward
0 new messages