You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/asciidoc/jdbc.adoc
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -605,7 +605,9 @@ NOTE: Query derivation is limited to properties that can be used in a `WHERE` cl
605
605
=== Query Lookup Strategies
606
606
607
607
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.
0 commit comments