quarkus: Spring Data API Extension Property Expressions with List not working

Describe the bug

The method long countParentsByChildren_Name(String name) throws java.lang.IllegalStateException: Entity class java.util.List referenced by at.atc.database.entities.Parent.children was not part of the Quarkus index. Offending method is 'countParentsByChildren_Name' of repository 'at.atc.database.repository.ParentBaseRepository'.

Same method works fine with Spring.

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

reproducerJPAQueryMethod.zip

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

About this issue

  • Original URL
  • State: open
  • Created a year ago
  • Comments: 18 (9 by maintainers)

Most upvoted comments

The function is in ParentBaseRepository SpringBootJpaTestQueryMethod.zip