강의

멘토링

커뮤니티

Inflearn Community Q&A

gomdole030581's profile image
gomdole030581

asked

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

Order Lookup V5: Direct DTO Lookup in JPA - Optimized Collection Lookup

루트 쿼리라는것은

Written on

·

48

0

강의에서 말씀하신 루트쿼리라는것은

가장 먼저 실행되는 쿼리를 말하는것일까요?

아니면 toOne코드에 대해서 실행하는 쿼리를

말하는것일까요??

javaspringspring-bootjpa

Answer 1

0

yh님의 프로필 이미지
yh
Instructor

안녕하세요. 오리쉐리님

루트 쿼리라는 것은 from절에서 첫 대상이 되는 엔티티를 대상으로하는 쿼리로 보시면 됩니다 🙂

감사합니다.

gomdole030581's profile image
gomdole030581

asked

Ask a question