You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This likely works with some 1-1 uni relations, since we map them to N-1 uni internally (and that allows join table). Needs testcase(s) defining with the precise situation for this to be looked at further
Refer to datanucleus/datanucleus-core#196 and https://en.wikibooks.org/wiki/Java_Persistence/OneToOne#Mapping_a_OneToOne_Using_a_Join_Table if wanting to provide such a thing. This is not part of the JPA spec, and would follow what we already do for a N-1 UNI relation with join table (where it does make more sense to allow it).
The text was updated successfully, but these errors were encountered: