Browse Source

Fix typo in Query Methods documentation.

Original pull request #1030
2.1.x
Andrei Bocan 4 years ago committed by Jens Schauder
parent
commit
b26813981a
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

@ -533,7 +533,7 @@ The following table shows the keywords that are supported for query methods:
| `age BETWEEN from AND to` | `age BETWEEN from AND to`
| `NotBetween` | `NotBetween`
| `findByAgeBetween(int from, int to)` | `findByAgeNotBetween(int from, int to)`
| `age NOT BETWEEN from AND to` | `age NOT BETWEEN from AND to`
| `In` | `In`

Loading…
Cancel
Save