repo: https://github.com/siwony/HelloJPA/tree/relationshipManage_05
- 모든 연관관계를 지연로딩으로
@ManyToOne
,@OneToOne
은 기본이 즉시 로딩이므로 지연로딩으로 변경
- Order → Delivery를 영속성 전이 ALL 설정
- Order → OrderItem을 영속성 전이 ALL 설정
repo: https://github.com/siwony/HelloJPA/tree/relationshipManage_05
@ManyToOne
, @OneToOne
은 기본이 즉시 로딩이므로 지연로딩으로 변경