This question is locked. New answers and comments are not allowed.
Hello,
We are upgrading an old intranet application using an Oracle database. We have started to use ORM to create the domain model from the existing database. There are many legacy join tables that have their own primary key field and the foreign keys of the related tables. When adding these tables to the designer, it doesn't recognise the join table as a "Join Table" and we cannot create a zero to many association between the two classes. I've tried to create the association in the designer and select a Join Table but the actual table isn't available to select.
Is there any way to create the association so that the ORM uses the join table as expected?
Many thanks,
David
We are upgrading an old intranet application using an Oracle database. We have started to use ORM to create the domain model from the existing database. There are many legacy join tables that have their own primary key field and the foreign keys of the related tables. When adding these tables to the designer, it doesn't recognise the join table as a "Join Table" and we cannot create a zero to many association between the two classes. I've tried to create the association in the designer and select a Join Table but the actual table isn't available to select.
Is there any way to create the association so that the ORM uses the join table as expected?
Many thanks,
David