I have a Parent who owns a single Child and shares its Primary Key with it:
@Entity() @Table(name = "Parent") class Parent { @Id @Generated