I am aware of all the common ways of mappings.
Will ConfOrm support all the features that are supported by XML
mapping? Or will ConfOrm support just a basic subset of it?

Petr

On 3 říj, 22:23, Diego Mijelshon <[email protected]> wrote:
> 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

Reply via email to