-
## Description
- JPA 네이밍으로 만든 메서드가 가독성이 떨어지며 쿼리 예측이 어려워 유지보수에 좋지않음
- QueryDSL 방식으로 변경 요망
## Todo
1. [x] ProductRepository -> QueryDSL 적용
## ETC
- 기타 참고사항
-
I'm trying to implement a `SoftDeleteRepository` abstraction, but since there's no concrete implementation of the `CoroutineCrudRepository` (or any coroutine repository for that matter), how am I supp…
-
In GitLab by @haaeee on Jan 26, 2023, 15:00
---
name: Feature Template
assignees: 'jaime'
---
## 🤷 구현할 기능
프로젝트 공통적으로 필요한 dependency 및 환경 구성
## 🔨 상세 작업 내용
- [ ] implementation 'org.springframework…
-
package com.linecorp.kotlinjdsl.querydsl.from
public inline fun com.linecorp.kotlinjdsl.querydsl.from.FetchDsl.fetch(property: kotlin.reflect.KProperty1, joinType: javax.persistence.criteria.JoinT…
-
Hey guys,
we have kind of a strange setup. We use Java Melody with RUM for analysis of our application. Now we have an angular app included in our SpringBoot project. This works so far really good…
-
hi spring graphql teams.i am using spring graphql with querydsl. When I compile the project as native, I am getting an error as follows. Can you provide aot support for Querydsl?
The reproduce ex…
-
api를 만든다.
- [x] api 설계
- [x] api 테스트 정의
- [x] api 구현
- [x] 게시글 api
- [x] 댓글 api
-
QueryDSL 적용 후 Github CI 작업 도중, Q class가 생성되지 않아 빌드 실패
-
Requires
* Spring Cloud based on Spring Boot (but probably drop Spring Cloud imports as we only need it for OpenFeign, and there exist [declarative HTTP Clients in Spring Framework 6](https://docs.…
-
**NEST/Elasticsearch.Net**: 7.9.0, but I fear this has been since 2.4.6
**Elasticsearch version**: All, it is an issue in the driver
**Description of the problem including expected versus actual…