The following code shows how to set the join columns in the many to one mapping. @ManyToOne @JoinColumns({ @JoinColumn(name="DEPT_NAME", referencedColumnName=" ...
確定! 回上一頁