IIRC, ConfORM does not support composite ids.
I suggest that you use XML. Anyway, remember that you can mix different
mapping strategies in the same Configuration without a problem.
Diego
On Sun, Oct 3, 2010 at 08:07, Petr Kozelek <[email protected]> wrote:
> Hi everybody,
> is there a way to map more than one column with ConfOrm? I am
> searching for this:
> <composite-id>
> <key-many-to-one name="ParentObject" column="object_id" />
> <key-property name="Id" column="index_id" />
> </composite-id>
>
> I studied the source code of ClassMapper and but it seems that only
> one column as ID is currently supported. Should I use another existing
> mapper that supports composite IDs?
>
> Thanks for any advice,
> Petr
>