-
First of all, My pom.xml is generated from start.spring.io and I guess it should look fine.
As described in the title, when I use custom Query with named convention in JpaRepository, native-image t…
-
When using AbstractAuditable with Query By Example the following exception is thrown
```java
org.springframework.dao.InvalidDataAccessApiUsageException: Target object must not be null; nested exce…
-
Hello, I am getting null pointer exception when I try to do a search using 4 levels like "locate.locateTag.tag.description".
locateTag and tag are complex objects
thank you
`java.lang.NullPoi…
-
Hi,
I'm using QueryDSL with MongoDB and Spring Boot.
```
4.3.1
1.1.3
```
I'm building complex search using multiple AND conditions, so I've created Predicate Builder, which makes below BooleanBu…
-
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=dfd08aa6ef697ef5e4edd159a9bbaa37
### Code
```Rust
trait Foo {
type Bar;
}
union Type {
bar: ::Bar,
}
```
…
-
**[hkanali](https://jira.spring.io/secure/ViewProfile.jspa?name=hkanali)** opened **[DATAJPA-1390](https://jira.spring.io/browse/DATAJPA-1390?redirect=false)** and commented
Since spring-boot v2.0.3 …
-
**Problem description.**
A frequent use case is to modify a target filter. To do that, we have to navigate to "Target Filters" view and select a specific filter by clicking on its name. After that a …
-
Introduce stabilisation support in fixed step
-
## Why the new feature should be added
If querydsl supported this feature,I can serialize query meta to string and store in config in db,and I can invoke fetch like fetch(params),the params maybe poj…
-
**[Sergey](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50794)** opened **[DATAJPA-1835](https://jira.spring.io/browse/DATAJPA-1835?redirect=false)** and commented
I use findAll(Specif…