-
Notifications
You must be signed in to change notification settings - Fork 8
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
기존 분기처리된 쿼리를 Specification를 사용하여 변경 #531
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.
고생하셨어요 몰리!!
The merge-base changed after approval.
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.
몰리 PR 리뷰 몇개만 남길게요 ~!
backend/src/main/java/codezap/template/controller/TemplateController.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/codezap/template/repository/TemplateSpecification.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/codezap/template/repository/TemplateSpecification.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/codezap/template/controller/TemplateController.java
Outdated
Show resolved
Hide resolved
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.
고생하셨습니다.
private void addKeywordPredicate(List<Predicate> predicates, CriteriaBuilder criteriaBuilder, Root<Template> root, | ||
CriteriaQuery<?> query | ||
) { |
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.
private void addKeywordPredicate(List<Predicate> predicates, CriteriaBuilder criteriaBuilder, Root<Template> root, | |
CriteriaQuery<?> query | |
) { | |
private void addKeywordPredicate( | |
List<Predicate> predicates, | |
CriteriaBuilder criteriaBuilder, | |
Root<Template> root, | |
CriteriaQuery<?> query | |
) { |
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.
#532 pr에서 반영하겠습니다!
⚡️ 관련 이슈
close #495
📍주요 변경 사항
🎸기타