-
## Description
apt-maven-plugin is unmaintained since years. Should we really still use it? Isn't there any alternative?
-
I'm trying to migrate querydsl based project with Spring Boot 3.
Test project: https://github.com/rcbandit111/querydsl_migration_poc
With Spring Boot 2 the following configuration is working fin…
-
记录一下在 SpringBoot 2 中使用 Gradle 整合 QueryDSL 以配合 JPA 查询。
> Java 17
> SpringBoot 2.7.7
> Gradle 7.6
> QueryDSL Version 5.0.0
最终目的是提供两个 Restful API:
* `/` 路由提供用户列表
* `/{id}` 路由提供用户详情
## 重点
…
-
## Observed vs. expected behavior
When using QueryDSL 5.0.0 with Spring Boot 3.1 which includes Hibernate 6.2, the following stack trace is observed:
```
java.lang.NoClassDefFoundError: Could not…
-
Hello Team,
After removing the **@mjeffrey** suggested plugin, I encountered the following error: **Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-co…
-
Any way to create a custom predicate using QueryDSL instead JPA?
-
## Observed vs. expected behavior
When JpaRepository is extended with `QuerydslPredicateExecutor` and `QuerydslBinderCustomizer` and API is consumed it results in `java.lang.ClassNotFoundException:…
-
As a developer
I need to to move away from using the CriteriaAPI
because of its inflexibility, in particular it makes it difficult for us to run stats on the results of saved searches.
A step forward…
-
### 참고자료
* jpa 페이징
* https://www.inflearn.com/course/ORM-JPA-Basic/lecture/21721?tab=curriculum&volume=1.00
* spring data jpa에서 페이징 사용
* https://wonit.tistory.com/483
* queryDSL
…
-
link : https://github.com/querydsl/querydsl/issues/2166
Description:
Hello everybody,
Here is the context :
I have a stupid database constraint that forces me to use a projection to get data f…