Re: [Hibernate] How to map primary key of one table to two foreign keys of another table?

2006-01-17 Thread Emmanuel Bernard
Please go to the user forum, http://www.hibernate.org/20.html This is the developer mailing list. Emmanuel Narayanan, Shiva wrote: Following tables are present in our database. Table 1 Part_Id - int identity (10) - Primary key Part_Code -

[Hibernate] How to map primary key of one table to two foreign keys of another table?

2006-01-17 Thread Narayanan, Shiva
Following tables are present in our database. Table 1 Part_Id - int identity (10) - Primary key Part_Code - Char (10) Part_Name - Varchar (50) Table 2 --- Sequence_Id - int identity (10) - Primary key P