Let's say I have Personclass Person{ @Id Integer id; @OneToOne @JoinColumn(name = "person_id") Job myJob;} and Jobclass Job{ @Id Integer id; ...
確定! 回上一頁