Re: [Hibernate] How to map primary key of one table to two foreign keys of another table?
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?
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