Skip to content

Commit

Permalink
Merge pull request #35899 from geoand/#35891-doc
Browse files Browse the repository at this point in the history
Add note about unsupported @lock in Spring Data JPA
  • Loading branch information
geoand authored Sep 13, 2023
2 parents 5f944a7 + 4c15e55 commit c985f2d
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 @@ -602,6 +602,7 @@ is not used at all (since all the necessary plumbing is done at build time). Sim
* Native and named queries when using `@Query`
* https://github.com/spring-projects/spring-data-jpa/blob/main/src/main/asciidoc/jpa.adoc#entity-state-detection-strategies[Entity State-detection Strategies]
via `EntityInformation`.
* The use of `org.springframework.data.jpa.repository.Lock`

The Quarkus team is exploring various alternatives to bridging the gap between the JPA and Reactive worlds.

Expand Down

0 comments on commit c985f2d

Please sign in to comment.