Browse Source

DATAJDBC-596 - Fix less-than comparator from ligature to less-than symbol.

pull/247/head
Mark Paluch 6 years ago
parent
commit
38139d7d83
No known key found for this signature in database
GPG Key ID: 51A00FA751B91849
  1. 2
      src/main/asciidoc/jdbc.adoc

2
src/main/asciidoc/jdbc.adoc

@ -540,7 +540,7 @@ The following table shows the keywords that are supported for query methods: @@ -540,7 +540,7 @@ The following table shows the keywords that are supported for query methods:
| `LessThanEqual`
| `findByAgeLessThanEqual(int age)`
| `age <= age`
| `age \<= age`
| `Between`
| `findByAgeBetween(int from, int to)`

Loading…
Cancel
Save