Hi, I've a question about the JDO mapping. My situation is the following: I've got two tables (named table A and table B). The A table has two columns that together define the primary key. The B table has two columns referring to the A fields with a foreign key, and another column that defines the primary key.
Table A: field1 (PK) field2 (PK) Table B: fk_a_field1 (FK) fx_a_field2 (FK) field3 (PK). Is there a method to describe this situation in the mapping file? Thanks in advance Alessandro Imperio ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

