-
I have a query extracting an enum with a CaseBuilder, but when the query is executed, hibernate throws the following error:
Caused by: org.hibernate.query.sqm.sql.ConversionException: Could not deter…
-
## Description
It seems that there is no update history since the last release in 2021. Will there be any support plans?
-
## :bulb: 이슈 내용
- 코드 개선
## :white_check_mark: 작업 내용
- [x] Entity field 추가
- [ ] Test code 작성
## :rotating_light: 주의 사항
- 진행 시 원본 copy한 후 진행
-
Given a `UsefulThingRepository` which implements `QuerydslPredicateExecutor`.
The `UsefulThing` entity has an `owner` field.
When a user executes the `query { usefulThing { name } }` query, they sho…
-
## No classes generated with Java21
With following dependencies, with Spring Boot 3.1.7.
```
+--- com.querydsl:querydsl-apt:5.0.0
| \--- com.querydsl:querydsl-codegen:5.0.0
| +--- …
-
1. Project Structure 수정하는 방법
https://jong-bae.tistory.com/43
2. Generated root 변경 방법
https://developer-jinnie.tistory.com/21
-
### 📄 필수 사항
`select()` 내부에 Projections `constructor()`, `bean()`, `field()` 메소드를 통해 DTO로 값을 받을 수 있습니다.
```
@Override
public DeathReportComplainantDto findByDeathReportComplainant(Integer re…
-
## Why the new feature should be added
Currently, when using the QueryDSL package with IBM DB2 for pageable queries via JPAQuery, the generated SQL query follows this structure:
`select * from (…
-
## 어떤 이슈인가요?
### Trouble Shooting - QueryDSL Pagination 오류
오류코드 :
> HHH90003004: firstResult/maxResults specified with collection fetch; applying in memory
- [x] GroupBy 적용 전 데이터의 l…
-
Original problem description, reproduction code and discussion is here: https://github.com/querydsl/querydsl/issues/1407
Basically,
If Spring Boot application gets run with `java -jar`, classloader …