Skip to content

Commit

Permalink
Merge pull request #615 from gavinking/clarify-query-portability
Browse files Browse the repository at this point in the history
clarify portability of @query
  • Loading branch information
otaviojava authored Mar 31, 2024
2 parents 4b1f23a + c33d022 commit ef24452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/src/main/asciidoc/repository.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ Or, using a positional parameter:
void deleteBook(String isbn);
----

Programs which make use of annotated query methods are not portable between providers.
Programs which make use of annotated query methods are not in general portable between providers.
However, when the `@Query` annotation specifies a query written in JDQL, the annotated query method is portable between providers to the extent to which its semantics can be implemented on the underlying data store.

[NOTE]
====
Expand Down

0 comments on commit ef24452

Please sign in to comment.