Description
Testcase to verify relationships in a bi-directional OneToOne are null (as tested for by the EJB TCK) when:
1) the relations are not set (should default to null)
2) the relations are explicitly set to null
Attachments
Attachments
Issue Links
- is duplicated by
-
OPENJPA-925 Bidirectional OneToOne relation incorrectly set in loadEagerJoin
- Closed
Patches to add a junit test to openjpa-persistence-jdbc to test for the null mappedBy relations.