cheese10yun / spring-jpa-best-practices

:octocat: spring-jpa best practices
1.08k stars 241 forks source link

안녕하세요! JPA 공부하다가 이상한점을 말씀드리고 싶어서 남깁니다. #71

Closed hackyeah039 closed 3 years ago

hackyeah039 commented 3 years ago

안녕하세요! 글들이 너무 좋은 내용이라서 validation, JPA 이용방법을 테스트 해보고싶어서 클론을 했는데


  symbol:   class QAccount
  location: package com.cheese.springjpa.Account.domain```

이렇게 올라오길래 domain 디렉토리를 가보니 QAccount 클래스가 없습니다,,,? 

이건 제가 잘못 클론한걸까요?? 
dungsil commented 3 years ago

앞에 Q가 붙은 클래스는 QueryDSL에서 생성된 클래스라 src/main/querydsl 폴더 아래에 생성됩니다.

cheese10yun commented 3 years ago

메이븐으로 빌드를 하시면 QClass가 생길거에요

hackyeah039 commented 3 years ago

감사합니다 해결했습니다 👍