Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
My DB schema has an explict One-One relation( the FK field is unique ) between two tables, however, when I perform a JPA entity generation the resulting objects are related via a Many-One relation.
One to one relationship detection is not currently supported, all such relationships will be detected as Many to one instead. One to one detection will however be a part of the upcoming 7.1 release due in a few weeks. Until then you will have to manually modify the code generated. Sorry for the inconvenience caused.