-
# Post
- https://unluckyjung.github.io/querydsl/2023/05/14/querydsl-where-annotation-not-work/
-
### Context
Hello, I'm currently trying to implement `deadpool` (and `deadpool_diesel`) in my Axum API but I'm getting an error when trying to get the users from my db.
I'm new to Axum, deadpool a…
-
**💙 데일리 스크럼 💙**
어제부터 지금까지 무엇을 (완료) 했나요?
- 연습문제 검색과 관련된 엔티티를 설계하는 방법 고민
- 책임주도설계 방법 시도
오늘은 어떤 일을 (완료) 할 건가요?
- 복잡한 검색 조건들을 어떻게 조합할지 방법 찾기
- 협력 객체 사이에 필요한 반환 객체 고민하기 : 연습문제 리스트가 아닌 검색 조건…
-
댓글로 자신이 어떤 공부 할지 체크박스를 만들고 얼만큼 했는지 체크해주세요.
-
As a user of search pipelines I want to define a search pipeline on the fly in QueryDSL search request
-
com.querydsl
querydsl-apt
5.0.0
com.querydsl
querydsl-jpa
5.0.0
com.blazebi…
-
## 상세 기능
- [x] QueryDSL 설정
- [x] 유실물 단건 조회
- [x] 유실물 전체 조회 및 필터링
+ 필터링 대상
+ 습득물 / 분실물 여부
+ 지하철 호선
+ 출처(lost112/서비스)
-
# 🛠 Issue
Pagination 을 할 때, page size 와 review 갯수와 연관이 있는 것이 아닌, Tuple 의 갯수와 연관이 있다는 것을 깨달았습니다. 이에, Review Entity 에 몇 개의 사진이 저장되는지를 추가적으로 저장하고, DBMS 에서 한 번이 아닌 두 번 만에 게시물을 가지고 오는 것으로 수정하여 paginatio…
-
-
So we tried to update hypersistence-utils-hibernate yesterday from 3.4.1 to 3.5.0. We have a Spring Boot 3.1 project, with a repo that makes use of QueryDSL. Unfortunately we discovered a single, lone…