Browse Source

Fix typo in Query Methods documentation.

Original pull request #1030
2.2.x
Andrei Bocan 4 years ago committed by Jens Schauder
parent
commit
7c4043e375
No known key found for this signature in database
GPG Key ID: 45CC872F17423DBF
  1. 2
      src/main/asciidoc/jdbc.adoc

2
src/main/asciidoc/jdbc.adoc

@ -539,7 +539,7 @@ The following table shows the keywords that are supported for query methods: @@ -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`

Loading…
Cancel
Save