[ojb-users] multiple foreign key reference
Brought to you by:
thma
From: Jason M. <mc...@na...> - 2003-01-24 00:15:27
|
I have a table that has an holds reference to an intermediary table, so it references both primary keys of the other table as foreign keys. When I used the reverse-db tool it gave me this: where 1 and 2 are the combined foeign key. <reference-descriptor name="resOutputResConfigRefID" class-ref="org.nacse.nees.data.resource.ResourCeconfiguration" auto-retrieve="false" auto-update="false" auto-delete="false"> <foreignkey field-id-ref="1 2"/> Is this the right syntax? Jason |