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

This commit is contained in:
Mark Paluch
2020-09-22 09:57:03 +02:00
parent c41a1bb9c4
commit 38139d7d83

View File

@@ -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)`