-
## 📝 이슈 내용
> querydsl 공통 로직을 관리하려고 합니다.
## ✅ 체크 리스트
- [x] findOne
- [x] findAll (pagable)
- [ ] count
- [x] condition (expression)
- [x] conbineCondition
-
**[Jesse Kuhnert](https://jira.spring.io/secure/ViewProfile.jspa?name=jkuhnert)** opened **[DATAMONGO-2104](https://jira.spring.io/browse/DATAMONGO-2104?redirect=false)** and commented
The apt-maven-…
-
**[rob-valor](https://jira.spring.io/secure/ViewProfile.jspa?name=rob-valor)** opened **[DATACMNS-1658](https://jira.spring.io/browse/DATACMNS-1658?redirect=false)** and commented
QueryDsl has 3 opti…
-
## Why the new feature should be added
Plugin is a Maven 2.x plugin, which will be not supported in Maven 4.x
-
**[James Howe](https://jira.spring.io/secure/ViewProfile.jspa?name=jamesmhowe)** opened **[DATACMNS-1760](https://jira.spring.io/browse/DATACMNS-1760?redirect=false)** and commented
When constructing…
-
Don't know what it is... for now.
-
```kotlin
typealias Mylong = Long
@Entity
class Test {
...
var mylong: Mylong=0L
}
```
[ksp] java.lang.IllegalStateException: Declaration was not a KSClassDeclaration: [typealias Mylong]
…
-
## Observed vs. expected behavior
I have an entity with this attribute
```
@Column(columnDefinition = "jsonb")
var metadata: Map = mutableMapOf()
```
Which results in this attribut…
-
I came here from a reddit discussion:
https://www.reddit.com/r/java/comments/o2z0yu/hibernate_community_performance_comparison_with/h2aqdjx?utm_source=share&utm_medium=web2x&context=3
I think thes…
-
## Observed vs. expected behavior
Previously on Spring boot 2.7.17 everything worked fine and the classes were generated as expected. However now I try to upgrade the project to Spring Boot 3 and S…