-
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…
-
# Querydsl: 소개와 사용법
Querydsl은 무엇이며 왜 필요할까? 그리고 어떻게 사용할까?
[https://madplay.github.io/post/introduction-to-querydsl](https://madplay.github.io/post/introduction-to-querydsl)
-
# Querydsl으로 안전한 쿼리 작성하기 + DataJPA 공부하며 끄적이는 장소 🐶
개요
[https://devwithpug.github.io/java/querydsl-with-datajpa/](https://devwithpug.github.io/java/querydsl-with-datajpa/)
-
## 목적
> gradle build시 Quredsl Error 해결
## 작업 상세 내용
- [x] ./gradle test 시 `Attempt to recreate a file for type com.travel.web_oasis.domain.entity.Q*` 에러 발생
## 참고 사항
[git hub issue template 생성 및 …
-
**[BooleanBuilder]**
**[BooleanExpression]**
JPA는 Java Persistence API의 약자로, Java에서 데이터베이스와의 작업을 추상화하여 처리할 수 있도록 제공되는 API입니다. JPQL(Java Persistence Query Language)이라는 질의 언어를 제공하는데, 이를 통해 데이터…
-
![image](https://user-images.githubusercontent.com/1542619/43631112-df003396-9734-11e8-8487-b5381a3775fd.png)
继承QueryDslJpaRepository
-
현재 프로젝트의 요구 api 중 복잡한 조건문이 필요로 한 기능이 있다.
* catagory의 검색 `where category = category`
* symbolName의 검색 `where symbolName = symbolName`
* symbolDesigner의 검색 `where symbolDesigner = symbolDesigner`
…
-
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…
-
As can be seen in [this user question](https://github.com/Blazebit/blaze-persistence/issues/1642), it is important that we have an API that returns a `CriteriaBuilder`/`FullQueryBuilder`, otherwise it…
-
querydsl 은 조회에 특화된 오픈소스
follow 해놓은 jojoldu 님이나 kakaopay 에 재직 중이신 분의 블로그를 통해 공부 필요