-
There is a problem with the QuerydsDataFetcher join query. Can I modify the QuerydsDataFetcher.getArgumentValues method to fix it?
![image](https://github.com/user-attachments/assets/87abbbcd-4…
-
## 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…
-
## 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…
-
# Spring data jpa - Querydsl web support
삼현 개발 블로그, samhyun, samhyun blog, Jpa, Projections
[https://samhyun-blog.netlify.app/posts/jpa_jpa-querydsl/](https://samhyun-blog.netlify.app/posts/jpa_jpa-…
-
## Observed vs. expected behavior
```java
BooleanBuilder sizeFilter = new BooleanBuilder();
sizeFilter.and(Expressions.numberTemplate(Double.class,
"truncate({0} / {1} , 4)",
…
-
```
val booleanBuilder = BooleanBuilder()
booleanBuilder.and(qFragmentMemoryInfos.studyStatus.eq(StudyStatus.never))
```
```
com.querydsl.core.QueryException: org.postgresql.util.PSQLException:…
-
1. Project Structure 수정하는 방법
https://jong-bae.tistory.com/43
2. Generated root 변경 방법
https://developer-jinnie.tistory.com/21
-
## Observed vs. expected behavior
QueryDSL is not Compatible with Graal VM 17/21
## Steps to reproduce
create a sample project from the spring initializer. Add QueryDSL dependencies. Try to b…
-
UShort type (and others unsigned maybe) not recognized:
```
@Entity
class A(
@Column(nullable = false)
val parts: UShort)
```
Leads to the following error:
[ksp] java.lang.IllegalSta…
-
## 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
| +--- …