Mysql – Duplicate / Same "mappedBy" value within a single entity with multiple OneToOne / one-to-one relations
Can someone give me a hand with mapping this scenario? I tried adding a Salary table and reference to the Instructor just to scratch my curiosity, but only the Details table populates the instructor_id column. The Salary table shows null…