Inflearn brand logo image

Inflearn Community Q&A

alswnd04275616's profile image
alswnd04275616

asked

Real-world! Spring Boot and JPA Utilization 2 - API Development and Performance Optimization

Simple Order Lookup V3: Converting Entities to DTOs - Fetch Join Optimization

Fetch join시 fetch type

Written on

·

236

0

안녕하세요, 김영한 강사님.

만약 패치 조인으로 연관 엔티티를 한번에 불러오게 되면, 

fetchType=LAZY로 정의했지만 실제로는 EAGER(즉시 로딩)와 같이 동작한다고 이해하는 것이 맞을까요?

JPAjavaspringspring-boot

Answer 1

1

yh님의 프로필 이미지
yh
Instructor

네 맞습니다. 남규님^^

쿼리 한번에 함께 다 조회합니다.

alswnd04275616's profile image
alswnd04275616

asked

Ask a question