Skip to content

Commit

Permalink
Merge pull request #42216 from geoand/#4040-unsupported
Browse files Browse the repository at this point in the history
Add a note about JpaSpecificationExecutor not being supported
  • Loading branch information
gastaldi authored Jul 30, 2024
2 parents a02d772 + b4674b4 commit 261cc87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/spring-data-jpa.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ An extensive list of examples can be seen in the https://github.com/quarkusio/qu

* Methods of the `org.springframework.data.repository.query.QueryByExampleExecutor` interface - if any of these are invoked, a Runtime exception will be thrown.
* QueryDSL support. No attempt will be made to generate implementations of the QueryDSL related repositories.
* Using `org.springframework.data.jpa.repository.JpaSpecificationExecutor`
* Customizing the base repository for all repository interfaces in the code base.
** In Spring Data JPA this is done by registering a class that extends `org.springframework.data.jpa.repository.support.SimpleJpaRepository` however in Quarkus this class
is not used at all (since all the necessary plumbing is done at build time). Similar support might be added to Quarkus in the future.
Expand Down

0 comments on commit 261cc87

Please sign in to comment.