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

Open
2 tasks done
minaamim opened this issue Mar 20, 2024 · 0 comments
Open
2 tasks done

[feat] QueryDSL 도입 #37

minaamim opened this issue Mar 20, 2024 · 0 comments
Assignees

Comments

@minaamim
Copy link
Collaborator

minaamim commented Mar 20, 2024

📎 Feature Issue

  • Spring Data JPA만 이용했을 때의 가독성 저하 문제
  • native query 지양
    • native query 이용 시 추후 필드명, 테이블명, where절 조건변경 등의 수정사항 발생 시 프로젝트 내 관련된 쿼리문 전체를 찾아서 수정해야함
    • 컴파일시 에러체크가 안되어 배포 이후 이슈가 발생할 수 있음

📝 To-Do

  • QueryDSL 적용
  • 복잡한 동적 쿼리는 QueryDSL을 이용하도록 리팩토링
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant