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 도입 #16

Open
1 of 2 tasks
duddn2012 opened this issue May 29, 2024 · 0 comments
Open
1 of 2 tasks

[Feat] 복잡한 쿼리를 위한 QueryDSL 도입 #16

duddn2012 opened this issue May 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@duddn2012
Copy link
Collaborator

duddn2012 commented May 29, 2024

개요

테이블 간 관계가 복잡한 상품과 계좌의 경우 조회 쿼리의 복잡도가 증가하여 유지보수에 어려움이 있을 것으로 예상됨.
이를 해결하기 위해 정적 타이핑을 통해 동적으로 쿼리를 생성하고 관리할 수 있는 QueryDSL의 도입을 고려 중.

할 일

  • QueryDSL 설정
  • 복잡한 쿼리 리스트 선정 후 QueryDSL로 전환

이슈

QueryDSL이 WITH 절 지원을 하지 않아 기존 복잡한 쿼리를 변환하지 못하는 문제가 발생함.
우선 WITH 절을 사용하는 쿼리는 Native Query로 사용하는 것으로 결정

@duddn2012 duddn2012 self-assigned this May 29, 2024
@duddn2012 duddn2012 added the enhancement New feature or request label May 29, 2024
duddn2012 added a commit that referenced this issue Jun 5, 2024
duddn2012 added a commit that referenced this issue Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant