Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📍 PR 타입
❗️ 관련 이슈 링크
Close #170
🔁 변경 및 추가사항
fetchResult
함수는 더이상 사용되지 않기에fetch
,fetchOne
함수로 교체해주었습니다.PageableExecutionUtils.getPage
를 사용해 count 쿼리가 필요할때만 발생하도록 했습니다.leftJoin(project.imageList, image).fetchJoin()
을 통해 n+1 문제를 해결했습니다.📚 레퍼런스 (또는 새로 알게 된 내용) 혹은 궁금한 사항들
✅ 체크 리스트