Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/asciidoc/jdbc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down