Hello.
I have an Oracle Database. Of course in each one to many association, there is table that has a field that is a foreign key on the other table.
When I do reverse engineering, importing the tables and the associations into the domain model, the fields that are foreign keys, are missing.
Is there a way to solve this problem?
I need that, for instance, when I have to show all the fields(even the foreign key) of a table in a list, using the binding. But in the display attributes page of course I can't select the missing field(s).