-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BE] refactor: 리뷰 작성 시 네이티브 쿼리를 사용 #308
[BE] refactor: 리뷰 작성 시 네이티브 쿼리를 사용 #308
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍👍👍
ON sq.section_id = ts.section_id | ||
WHERE ts.template_id = :templateId | ||
""", nativeQuery = true) | ||
Set<Long> findAllQuestionIdByTemplateId(Long templateId); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여긴 Long 인 이유가 있을까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(산초 말투로) 웁스!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
나도 네이티브 쿼리 잘 하고 싶다!! 지금 고민 중인 네이티브 쿼리에 참고해봐야지!
오늘의 일기 끝📝
🚀 어떤 기능을 구현했나요 ?
QuestionRepository2
)🔥 어떻게 해결했나요 ?
📝 어떤 부분에 집중해서 리뷰해야 할까요?