spring-projects / spring-projects/spring-data-rest
queryDsl support [DATAREST-671]
Open
@odrotbohm is already working on this.
Since Dec 31, 2020.
type: bug
- Dominant language
- Java
- Stars
- 958
- Forks
- 568
- PR merge metrics
- No merged PRs in 30d
Description
Florian GOURMELEN opened DATAREST-671 and commented
I'm trying to embed QueryDsl along with Spring Data & Spring Data REST but when I annotate my repository with QueryDslPredicateExecutor then I get the following error on startup:
org.springframework.data.mapping.PropertyReferenceException: No property findAll found for type Role!
example
public interface RoleRepository extends PagingAndSortingRepository<Role, Long>,
QueryDslPredicateExecutor<Role> {
1 votes, 4 watchers
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.