Hi ,
Iam using myEclipse 6.0 to reverse engineer oracle database and the JPA reverse engineering tool is generating wrong relationship between 2 tables.Basically Table A has SEQ_NO as primary key and Table B also has SEQ_NO as Primary key and this column references table A’s primary key as Foreign key.So it is one-to-one relationship between Table A and Table B.But the reverse Enginneering tool is generating relation ship from Table A to Table B as one-to-many..
Any help will be appreciated.