Hi,
In Hibernate, it is possible (using Hibernate specific annotations) to define a bidirectional @OneToOne association that has a shared primary key, example:
http://fruzenshtein.com/bidirectional-one-to-one-primary-key-association/
Can ObjectDB support this same specific relationship, and if so, could you provide or point me to a concrete code example that at least details all of the required annotations on the respective Entities and any special initialization calls that need to be made ? Also, if this is possible in ObjectDb, is it more efficient to use a join column or a join table - and for whichever is more efficient, could that be the example you provide ?
Thanks