DATAJDBC-596 - Fix less-than comparator from ligature to less-than symbol.
This commit is contained in:
@@ -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)`
|
||||
|
||||
Reference in New Issue
Block a user