-
Currently, @ManyToOne relationships with `QDataTablesRepository` break global search:
Server:
``` java
@Entity
public class User {
@Id private Integer id;
@ManyToOne
@JoinColumn(name = "id_ad…
-
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…
-
### 상세 오류 내용
```
failed to lazily initialize a collection of role:
com.sp.domain.product.entity.Product.storeProduct,
could not initialize proxy - no Session
```
### 원인
- Product.kt
```
…
-
# [gradle] 그레이들 Annotation processor 와 Querydsl - I'm honeymon(JiHeon Kim).
새로운 맥북을 받고 스프링 부트 버전업을 하면 그레이들도 버전업을 해야하는 상황이 온다.
[http://honeymon.io/tech/2020/07/09/gradle-annotation-processor-with-que…
-
## 📌 개요
- List 조회 방식 수정
## 📋 Description
- Query DSL을 추가하여, 조건 검색 및 동적쿼리 추가
## ✔️ Complete
- [x] #44
- [x] #54
- [ ] [Add] Spring 게시판 조회, 조건 조회(QueryDSL)
- [ ] [Add] Spring 프로젝트 조회
-
### 참고자료
* 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
…
-
## Observed vs. expected behavior
Migrating from Spring Boot 2.7.x to Spring Boot 3.0.6, I am facing the following problems.
Before I was doing the queries directly using `JPQLQuery query = from…
-
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…
-
## Observed vs. expected behavior
After installing the querydsl dependency,
running build-> compileQuerydsl generate a QClass under build/generated/queydsl with the path to def querydsl.
Howe…
-
## Observed vs. expected behavior
```
[INFO] +- com.querydsl:querydsl-apt:jar:jakarta:5.0.0:provided
[INFO] | \- com.querydsl:querydsl-codegen:jar:5.0.0:provided
[INFO] | +- com.querydsl:code…