Uses of Class
org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
Packages that use AbstractSqmJsonPathExpression
Package
Description
Nodes representing expressions in the SQM tree.
-
Uses of AbstractSqmJsonPathExpression in org.hibernate.query.sqm.tree.expression
Subclasses of AbstractSqmJsonPathExpression in org.hibernate.query.sqm.tree.expressionModifier and TypeClassDescriptionclass
Special expression for the json_exists function that also captures special syntax elements like error behavior and passing variables.class
Special expression for the json_query function that also captures special syntax elements like error and empty behavior.class
Special expression for the json_value function that also captures special syntax elements like error and empty behavior.