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).
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).