Skip to content

Commit

Permalink
Corrects documentation about query derivation.
Browse files Browse the repository at this point in the history
Closes #947
  • Loading branch information
schauder committed Mar 22, 2021
1 parent aeb585a commit f20192c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/asciidoc/jdbc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,9 @@ NOTE: Query derivation is limited to properties that can be used in a `WHERE` cl
=== Query Lookup Strategies

The JDBC module supports defining a query manually as a String in a `@Query` annotation or as named query in a property file.
Deriving a query from the name of the method is currently not supported.

Deriving a query from the name of the method is is currently limited to simple properties, that means properties present in the aggregate root directly.
Also, only select queries are supported by this approach.

[[jdbc.query-methods.at-query]]
=== Using `@Query`
Expand Down

0 comments on commit f20192c

Please sign in to comment.