Skip to content
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

[feat] querydsl을 설정하여 동적쿼리를 생성할 수 있다 #98

Conversation

Hyeon-Uk
Copy link
Contributor

@Hyeon-Uk Hyeon-Uk commented Aug 16, 2024

💡 다음 이슈를 해결했어요.

Issue Link - #97

  • 조회에 동적 쿼리가 필요하기 때문에 QueryDsl 5.0 버전을 설정

💡 다음 자료를 참고하면 좋아요.

  • 혹시나 QEntity를 import하지 못한다면 intellij 의 캐시를 지워주시고, project structure 에서 /src/main/generated 폴더를 source 폴더로 등록해야합니다.

✅ 셀프 체크리스트

  • 내 코드를 스스로 검토했습니다.
  • 필요한 테스트를 추가했습니다.
  • 모든 테스트를 통과합니다.
  • 브랜치 전략에 맞는 브랜치에 PR을 올리고 있습니다.
  • 커밋 메세지를 컨벤션에 맞추었습니다.
  • wiki를 수정했습니다.

- build 전에 generated된 QEntity 폴더 제거
- QEntity들을 git에서 관리하면 도메인이 변경될때마다 탐지가 되기 때문에 ignore
- 팩토리를 생성하는 오버헤드는 매우 크고, 코드의 중복이 있기 때문에 Bean으로 등록
@Hyeon-Uk Hyeon-Uk linked an issue Aug 16, 2024 that may be closed by this pull request
@Hyeon-Uk Hyeon-Uk self-assigned this Aug 16, 2024
@Hyeon-Uk Hyeon-Uk added 📃 Docs 문서 작성 및 수정 ✨ Feature 기능 개발 labels Aug 16, 2024
@Hyeon-Uk Hyeon-Uk added this to the 프로토타입 만들기 milestone Aug 16, 2024
@Hyeon-Uk Hyeon-Uk marked this pull request as ready for review August 16, 2024 19:28
Copy link
Member

@kimhyun5u kimhyun5u left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ^0^

Copy link
Member

@june-777 june-777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

작은 단위로 PR 👍👍

@Hyeon-Uk Hyeon-Uk merged commit d528484 into main Aug 17, 2024
1 check passed
@Hyeon-Uk Hyeon-Uk deleted the feature/97_Hyeon-Uk_querydsl을_설정하여_동적쿼리를_생성할_수_있다 branch August 17, 2024 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📃 Docs 문서 작성 및 수정 ✨ Feature 기능 개발
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[기능] QueryDsl을 설정하여 동적쿼리를 생성할 수 있다.
3 participants