-
when I run `mvn com.github.ferstl:depgraph-maven-plugin:4.0.3:aggregate` on your test project I get no information about the fact that module 1 and module 2 are children of `parent`
[I expect to get …
-
Hi, I am getting the error: Attribute not found while trying to join subtype associations.
Here is my query:
```java
blazeJPAQueryFactory.with(maxLessonContentVersionCTE, subquery1)
.se…
-
For issue [issues 1943](https://github.com/Blazebit/blaze-persistence/issues/1943), as @jwgmeligmeyling answered in [issues 1644](https://github.com/Blazebit/blaze-persistence/issues/1644) that select…
-
cuba-platform/cuba#2664
-
## 📍 개선한 기능
- MemberRepo의 메소드 중 JPQL로 작성되어 읽기 어려운 일부 쿼리를 QueryDSL로 리팩토링합니다
## 🛠 개선 작업 내용
- [ ] QueryDSL 리팩토링
- [ ] 테스트 작성
## 📢 추가 의논 사항
- 리팩토링할 메소드 리스트 논의
-
-
I use Spring Boot 3.1.4 and I've configured the dependencies in each module where QueryDSL is used
org.springframework.boot
spring-boot-starter-data-jpa
…
-
```
val booleanBuilder = BooleanBuilder()
booleanBuilder.and(qFragmentMemoryInfos.studyStatus.eq(StudyStatus.never))
```
```
com.querydsl.core.QueryException: org.postgresql.util.PSQLException:…
-
추후 사용할 예정인 QueryDSL 설정이 필요합니다. 현재 설정 구현은 완료됐으며, 배포 파이프라인 안정적일 때 병합 예정입니다.
-
Querydsl is a framework that enables the construction of statically typed SQL-like queries through its fluent API.
Spring Data Mybatis offer integration with Querydsl through QuerydslPredicateExecu…