Uses of Class
org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
Packages that use SqmJsonTableFunction
Package
Description
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
Nodes representing expressions in the SQM tree.
-
Uses of SqmJsonTableFunction in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SqmJsonTableFunctionModifier and TypeMethodDescriptionNodeBuilder.jsonTable
(Expression<?> jsonDocument) NodeBuilder.jsonTable
(Expression<?> jsonDocument, Expression<String> jsonPath) NodeBuilder.jsonTable
(Expression<?> jsonDocument, String jsonPath) -
Uses of SqmJsonTableFunction in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return SqmJsonTableFunctionModifier and TypeMethodDescriptionSqmCriteriaNodeBuilder.jsonTable
(Expression<?> jsonDocument) SqmCriteriaNodeBuilder.jsonTable
(Expression<?> jsonDocument, @Nullable Expression<String> jsonPath) SqmCriteriaNodeBuilder.jsonTable
(Expression<?> jsonDocument, String jsonPath) -
Uses of SqmJsonTableFunction in org.hibernate.query.sqm.tree.expression
Fields in org.hibernate.query.sqm.tree.expression declared as SqmJsonTableFunctionModifier and TypeFieldDescriptionprotected final SqmJsonTableFunction<?>
SqmJsonTableFunction.NestedColumns.table
Methods in org.hibernate.query.sqm.tree.expression that return SqmJsonTableFunctionModifier and TypeMethodDescriptionSqmJsonTableFunction.copy
(SqmCopyContext context) SqmJsonTableFunction.errorOnError()
SqmJsonTableFunction.nullOnError()
Constructors in org.hibernate.query.sqm.tree.expression with parameters of type SqmJsonTableFunction