[Refactor] QueryDSL 을 도입하여, 필터 기반의 조회를 수행합니다.#34
Merged
polyglot-k merged 10 commits intoTaskSprints:developfrom Sep 4, 2024
Merged
[Refactor] QueryDSL 을 도입하여, 필터 기반의 조회를 수행합니다.#34polyglot-k merged 10 commits intoTaskSprints:developfrom
polyglot-k merged 10 commits intoTaskSprints:developfrom
Conversation
- 각 필터에 따른 쿼리 생성
Criteria 적용을 한 메소드 추가, 일부 메소드 deprecated 를 통해 명시
This was
linked to
issues
Sep 4, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
name: Pull Request
about: '풀 리퀘스트를 제출합니다.'
title: "[FEATURE] - [기능명] 또는 [FIX] - [버그 설명]"
labels: ''
assignees: ''
#30 #33 에 대한 Issue 을 중점으로 구현
🆕 기능 추가 / 🔧 버그 수정
📋 변경 사항
AuctionCriteriaRepository를 구현ProductCategory를 통한 filter 추가🔍 테스트 사항
QueryDSL 을 import 하여, 테스트 환경을 재구성