Skip to content

QueryDSL 도입 #57

Description

@byeongsoon

데이터 조회 시 QueryDSL 도입

JPA를 통해 데이터베이스의 데이터를 조회할 때 방법을 QueryDSL로 변경한다.

요구사항

  • 연관관계 설정으로 발생하는 N+1 문제를 해결하기 위해 Fetch Join을 이용한다.
  • 추가적인 조회 요구사항이 있을 시 동적쿼리를 바탕으로 한 문법을 사용해서 적용해본다.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions