-
This is both a question and/or a bug report and/or a feature request... depending on how this conversation goes. I could use some help with any ways to accomplish what I'm trying to do.
(kotlin rep…
-
# Background:
The Hibernate error `HHH000104` is caused when trying to use entity graph in combination with paging in unsupported scenarios.
As @mp911de has pointed out on Issue #3206 , [In his…
-
I have description property which contains _ and want to search like this
filter=description=ilike='_'
this returns all records
I tried even this filter=description=ilike='\_'
this returns an …
-
By default, all the results of the Repository query are returned as the distinct list. When pagination and joins are used the count of elements differs from the actually obtained results. In some case…
-
**[Caleb Cushing](https://jira.spring.io/secure/ViewProfile.jspa?name=xenoterracide)** opened **[SPR-15864](https://jira.spring.io/browse/SPR-15864?redirect=false)** and commented
We use Lucene with …
-
I think it is very needed feature and will make developing much easier.
My implementation proposition is in the following example which adds "search" parameter into GET method and is very universal.
…
-
The spec does not mention the idea that an entity might have some sort of persistent lifecycle, nor does it mention the concept of a persistence context.
This hole is big enough to navigate an impe…
-
Would it be possible to increase the visibility of `SimpleJpaRepository.ExampleSpecification` from `private` to `protected`?
I'm developing a custom repository that extends `SimpleJpaRepository`, and…
-
On **Spring Boot 3.1.0** using Java 17 cannot use interfaces extending `Specification`. If I put `@Spec` annotations right next to a `Specification` parameter in the controller - works fine.
```
…
-
It appears that `lhs` and `rhs` were reversed in 25924d89.
https://github.com/spring-projects/spring-data-jpa/blob/master/src/main/java/org/springframework/data/jpa/domain/SpecificationComposition…