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
