mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
fix a couple of mistakes in operator precedence list
This commit is contained in:
parent
6562a0065f
commit
2b0412bedb
@ -275,10 +275,13 @@ The operator precedence is given by this table, from highest to lowest precedenc
|
||||
| Containment | Binary infix | `in`, `not in`
|
||||
| Between | Ternary infix | `between`, `not between`
|
||||
| Pattern matching | Binary infix | `like`, `ilike`, `not like`, `not ilike`
|
||||
| Comparison operators | Binary infix | `=`, `<>`, `<`, `>`, `\<=`, `>=`
|
||||
| Nullsafe comparison | Binary infix | `is distinct from`, `is not distinct from`
|
||||
| Existence | Unary prefix | `exists`
|
||||
| Membership | Binary infix | `member of`, `not member of`
|
||||
| Unary logical | Unary prefix | `not`
|
||||
| Binary logical | Binary infix | `and`, `or`
|
||||
| Logical negation | Unary prefix | `not`
|
||||
| Logical conjunction | Binary infix | `and`
|
||||
| Logical disjunction | Binary infix | `or`
|
||||
|===
|
||||
|
||||
[[concatenation]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user