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

[Refactoring] Post 기능 Querydsl 적용 #3

Closed
hyerin6 opened this issue Oct 12, 2021 · 0 comments
Closed

[Refactoring] Post 기능 Querydsl 적용 #3

hyerin6 opened this issue Oct 12, 2021 · 0 comments
Assignees
Labels
new feature 신규 기능

Comments

@hyerin6
Copy link
Owner

hyerin6 commented Oct 12, 2021

내가 팔로우 중인 유저의 게시글 목록을 가져오려면
페이징, 여러 조건이 필요하기 때문에 JPQL 로 작성했는데

JPQL의 다음과 같은 문제로 querydsl을 적용한다.

  • Type-check가 불가능하다.
  • 실수가 있어도 컴파일 시점에 알 수 있는 방법이 없다.
  • 해당 로직 실행 전까지 작동여부 확인을 할 수 없고 해당 쿼리 실행 시점에 오류가 발생한다.
@hyerin6 hyerin6 self-assigned this Oct 12, 2021
@hyerin6 hyerin6 added the new feature 신규 기능 label Nov 9, 2021
hyerin6 added a commit that referenced this issue Nov 9, 2021
hyerin6 added a commit that referenced this issue Nov 9, 2021
hyerin6 added a commit that referenced this issue Nov 9, 2021
@hyerin6 hyerin6 closed this as completed Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature 신규 기능
Projects
None yet
Development

No branches or pull requests

1 participant