@JoinTable will use a separate table to hold the relationship between A and B . @Entity public class A { private Long id; @ManyToOne @JoinTable( name = "A_B", ...
確定! 回上一頁