-
Just a question about the support of querydsl. It seems that the project is not maintained anymore. The last commit was about six months ago if I have a look at the moment I'm writing this question.
…
-
## 변경사항
기존 JPQL로 작성된 repository 메소드들을 Querydsl로 리팩토링
## 변경의도
이후 추천, 검색, 통계 작업을 위해서는 Querydsl을 도입해야할 것으로 예상됨
기존 메소드들을 리팩토링하며 Querydsl을 학습하기 위함
-
Dynamo Framework makes use of QueryDSL. The project seems quite inactive/dead. We should investigate/analsye the future of the dependency on QueryDSL.
There is an active fork: https://github.com/Op…
-
## 📍 구현 기능
- QueryDSL을 도입하여 기존 쿼리를 깔끔하게 만들어봅시다
## 🛠 작업 내용
- [ ] QueryDSL 도입
- [ ] 변경해야할 쿼리 리스트업
- [ ] 작업하기
## 📢 추가 의논 사항
- 추가적으로 의논할 사항이나 발생한 에러에 대한 설명
## 🚨 주의 사항
- 구현하며 발견한 주의 사항이나 **꼭…
-
## Observed vs. expected behavior
When using ```JPAQuery.orderBy``` with user provided input there is a possibility to inject ```HQL``` query, which is then executed in database.
## Steps to repro…
-
![image](https://github.com/HaejungHan/HaejungHan.github.io/assets/130989670/4599923f-a781-41bb-ae79-195b60709247)
의존성을 추가해주면 entity들을 찾아서 Q 클래스로 만들어준다.
-
## What version of OpenRewrite are you using?
I am using
- Maven plugin v5.43.1
- rewrite-maven v8.38.0
## How are you running OpenRewrite?
I am using the Maven plugin, and my proje…
-
### Backgrounds
* `queryDSL` has selectFrom function and users migrating from QueryDSL to Kotlin-JDSL are forced to use the `select()` `from()` functions or develop an `selectFrom` extension function…
-
## What version of OpenRewrite are you using?
I am using
- Maven plugin v5.43.1
- rewrite-maven v8.38.0
## How are you running OpenRewrite?
I am using the Maven plugin, and my project…
-
인덱스 쿼리문
![image](https://github.com/user-attachments/assets/388e7113-7b80-4ee7-851e-fdbb8dc427dd)
![image](https://github.com/user-attachments/assets/f3f22925-654e-45f9-afa3-05bb60724e6a)
querydsl
…