-
## 기능
> 잘 구운 API 하나, 끝입니다.
![image](https://github.com/user-attachments/assets/db65f6ff-58d8-4a9e-a506-2ffb1e0dba82)
## 아래처럼 api 하나면 프론트와 백엔드가 여기저기 활용 가능할 듯...?
### `GET /api/picks`
```java
…
-
## 📍 개선한 기능
- MemberRepo의 메소드 중 JPQL로 작성되어 읽기 어려운 일부 쿼리를 QueryDSL로 리팩토링합니다
## 🛠 개선 작업 내용
- [ ] QueryDSL 리팩토링
- [ ] 테스트 작성
## 📢 추가 의논 사항
- 리팩토링할 메소드 리스트 논의
-
## 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…
-
```
val booleanBuilder = BooleanBuilder()
booleanBuilder.and(qFragmentMemoryInfos.studyStatus.eq(StudyStatus.never))
```
```
com.querydsl.core.QueryException: org.postgresql.util.PSQLException:…
-
cuba-platform/cuba#2664
-
-
## Observed vs. expected behavior
```java
BooleanBuilder sizeFilter = new BooleanBuilder();
sizeFilter.and(Expressions.numberTemplate(Double.class,
"truncate({0} / {1} , 4)",
…
-
## Observed vs. expected behavior
Compiling Scala code using SBT with the libraryDependencies
libraryDependencies += "com.querydsl" % "querydsl-core" % "5.1.0"
libraryDependencies += "com.que…
-
## 📍 개선한 기능
- PostRepository를 QueryDSL을 도입한 CustomRepo로 리팩토링을 해보고자 합니다
## 🛠 개선 작업 내용
- [x] 리팩토링할 메소드 리스트업
- [x] querydsl 도입
- [ ] 리팩토링진행
## 📢 추가 의논 사항
- 리팩토링할 메소드에 대한 목록을 파악해야 함
-
일반 조인을 사용해서 데이터를 flat하게 조회해야 합니다.
참고글
https://www.inflearn.com/questions/1111781/querydsl-projection-성능-문제