Thomas Dudziak wrote:
As far as I understand he wants to use a reference that refers to a
class with a compound primarykey, where one of the foreignkey values
is fixed:

<reference-descriptor name="homeAddress"
                      class-ref="Address"
                      auto-update="true"
                      auto-delete="true">
  <foreignkey field-ref="login" />
  <foreignkey expression="heimat" />
  <!-- the second part of the fk relating to pk part 'type', is fixed
to "heimat" -->
</reference-descriptor>


Yes, that is what I am searching for.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to