Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 399 Bytes

15.1-relationship-manage.md

File metadata and controls

10 lines (8 loc) · 399 Bytes

repo: https://github.com/siwony/HelloJPA/tree/relationshipManage_05

연관관계 관리

글로벌 페치 전략 설정

  • 모든 연관관계를 지연로딩으로
  • @ManyToOne, @OneToOne은 기본이 즉시 로딩이므로 지연로딩으로 변경

영속성 전의 설정

  • Order → Delivery를 영속성 전이 ALL 설정
  • Order → OrderItem을 영속성 전이 ALL 설정