diff --git a/src/main/asciidoc/jdbc.adoc b/src/main/asciidoc/jdbc.adoc index 331829fe2..c436cc37d 100644 --- a/src/main/asciidoc/jdbc.adoc +++ b/src/main/asciidoc/jdbc.adoc @@ -539,7 +539,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`