mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-06 19:36:03 +00:00
eab6107ec2
- temporal literals - generalized literals - literal formatters (SQL string generation) - FORMAT function
33 lines
356 B
Plaintext
33 lines
356 B
Plaintext
= Query
|
|
|
|
== Expressions
|
|
|
|
=== Paths
|
|
|
|
=== Literals
|
|
|
|
=== Parameters
|
|
|
|
=== Unary expressions
|
|
|
|
=== Arithmetic operations
|
|
|
|
Numeric v. temporal
|
|
|
|
=== Functions
|
|
|
|
- Standard functions
|
|
- SqmFunctionRegistry
|
|
- Role of Dialect
|
|
|
|
=== Concatenation operations
|
|
|
|
=== Entity-type references
|
|
|
|
=== CASE statements
|
|
|
|
=== COALESCE statements
|
|
|
|
=== NULLIF statements
|
|
|
|
=== Sub-queries |