@Composition @OneToOne(fetch = FetchType.LAZY) @JoinColumn(name = "DETAILS_ID") protected CustomerDetails details;. Choosing @Composition annotation as the ...
確定! 回上一頁