Menu

#198 too many foreign keys on oracle

open
5
2006-09-18
2006-09-13
No

The Oracle JDBC driver reports in call to
getExportedKeys() keys of other schemas even if a
schema or catalog has to be filtered.

e.g.

MY.ARTICLE --+--+
| |
| +-< MY.ORDER_ITEMS
|
+----< OTHER.ORDER_ITEMS

the effect is, that the class article has two sets of
orderItems with the same name

<code>
class Article {
...

Set orderItems;

Set orderItems;
~~~~~~~~~~~~~~~
...
}
</code>

I've patched the MiddlegenPopulator.java as attached

Best regards
Joerg

Discussion

  • Schoemer, Joerg

    Schoemer, Joerg - 2006-09-13
     
  • Schoemer, Joerg

    Schoemer, Joerg - 2006-09-18
    • summary: to many foreign keys on oracle --> too many foreign keys on oracle
     

Log in to post a comment.