-
Any way to create a custom predicate using QueryDSL instead JPA?
-
### Expected Behavior
I'm trying to write an update criteria that updates a row with a composite key. An abbreviated version of the classes involved:
```kotlin
@Embeddable
data class MemberProfi…
-
Split up the `PredicateKind` type into `Goal` and `Clauses` similar (or exactly :D) like what chalk does. The TLDR is that ParamEnv only contains a small set of `PrecicateKind` variants and we want to…
-
## Environment
| Component | Version |
| ------------------ | ------- |
| Maven | 3.6.3 |
| Java | Adopt jdk-11.0.9.101-hotspot |
| Sonarqube …
-
I am currently working on building filter extension that requires going through a filter class and based on type of a property select different Where filter
Basically it looks like this:
``` c#
…
-
Hi, great work!
I have only a problem with nested object.
I mix your rsql-parser with specification like explaned by Eugen Paraschiv.
I have 2 entity PERSON and ADDRESS (1,n) .
I want to filter …
-
### 진도
5. 스프링 데이터 JPA를 이용한 조회 기능
### 일정
- 2022.01.15.(일) 19:00
-
### Code
```Rust
use futures::prelude::*;
use std::pin::Pin;
use warp::{Filter, Reply};
struct Database;
pub trait DatabaseTransact {
type Item;
}
pub struct FnMutBoxed {
…
-
I am using following versions:
PostgresSQL - 14.5
Spring Boot - 3.1.11
Spring Data Jpa - 3.1.11
I have two Entity classes like below:
```
@Entity
@Table(name = "quote")
@JsonIgnoreProper…
-
안녕하세요,
https://github.com/line/kotlin-jdsl/issues/684 위 이슈를 봤는데도 잘 안돼서 질문드립니다.
```kotlin
@Repository
class SomethingCustomRepositoryImpl(
private val kotlinJdslJpqlExecutor: KotlinJdslJpqlExecut…