@ManyToMany 兩個表多對多關聯
兩個表屬於多對多關系 如 Teacher <=> Student 表teacher 主鍵 id 表student 主鍵id 中間關聯表 teacher_student 兩個字段 t_ ...
兩個表屬於多對多關系 如 Teacher <=> Student 表teacher 主鍵 id 表student 主鍵id 中間關聯表 teacher_student 兩個字段 t_ ...
一、@OneToOne關系映射 JPA使用@OneToOne來標注一對一的關系。 實體 People :用戶。 實體 Address:家庭住址。 People 和 Address 是一對一的關 ...