diff --git a/src/main/asciidoc/jdbc.adoc b/src/main/asciidoc/jdbc.adoc index d8aa77e5c5..8d5590f149 100644 --- a/src/main/asciidoc/jdbc.adoc +++ b/src/main/asciidoc/jdbc.adoc @@ -521,7 +521,7 @@ The following table shows the keywords that are supported for query methods: | `age BETWEEN from AND to` | `NotBetween` -| `findByAgeBetween(int from, int to)` +| `findByAgeNotBetween(int from, int to)` | `age NOT BETWEEN from AND to` | `In`