Skip to content

Commit 80da756

Browse files
committed
Corrects documentation about query derivation.
Closes #947
1 parent f9a4b88 commit 80da756

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/asciidoc/jdbc.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,9 @@ NOTE: Query derivation is limited to properties that can be used in a `WHERE` cl
605605
=== Query Lookup Strategies
606606

607607
The JDBC module supports defining a query manually as a String in a `@Query` annotation or as named query in a property file.
608-
Deriving a query from the name of the method is currently not supported.
608+
609+
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.
610+
Also, only select queries are supported by this approach.
609611

610612
[[jdbc.query-methods.at-query]]
611613
=== Using `@Query`

0 commit comments

Comments
 (0)