Uses of Interface
org.hibernate.query.criteria.JpaJsonTableFunction
Packages that use JpaJsonTableFunction
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
SPI for extending
HibernateCriteriaBuilder
with additional functionality by registering a Service
.Nodes representing expressions in the SQM tree.
-
Uses of JpaJsonTableFunction in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaJsonTableFunctionModifier and TypeMethodDescriptionJpaJsonTableFunction.errorOnError()
Sets theJpaJsonTableFunction.ErrorBehavior.ERROR
for this json table expression.HibernateCriteriaBuilder.jsonTable
(Expression<?> jsonDocument) Creates ajson_table
function expression to generate rows from JSON array elements.HibernateCriteriaBuilder.jsonTable
(Expression<?> jsonDocument, Expression<String> jsonPath) Creates ajson_table
function expression to generate rows from JSON array elements.HibernateCriteriaBuilder.jsonTable
(Expression<?> jsonDocument, String jsonPath) Creates ajson_table
function expression to generate rows from JSON array elements.JpaJsonTableFunction.nullOnError()
Sets theJpaJsonTableFunction.ErrorBehavior.NULL
for this json table expression.JpaJsonTableFunction.ordinalityColumn
(String columnName) JpaJsonTableFunction.passing
(String parameterName, Expression<?> expression) Passes the givenExpression
as value for the parameter with the given name in the JSON path.JpaJsonTableFunction.unspecifiedOnError()
Sets theJpaJsonTableFunction.ErrorBehavior.UNSPECIFIED
for this json table expression. -
Uses of JpaJsonTableFunction in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaJsonTableFunctionModifier and TypeMethodDescriptionHibernateCriteriaBuilderDelegate.jsonTable
(Expression<?> jsonDocument) HibernateCriteriaBuilderDelegate.jsonTable
(Expression<?> jsonDocument, Expression<String> jsonPath) HibernateCriteriaBuilderDelegate.jsonTable
(Expression<?> jsonDocument, String jsonPath) -
Uses of JpaJsonTableFunction in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement JpaJsonTableFunctionMethods in org.hibernate.query.sqm.tree.expression that return JpaJsonTableFunctionModifier and TypeMethodDescriptionSqmJsonTableFunction.ordinalityColumn
(String columnName) SqmJsonTableFunction.passing
(String parameterName, Expression<?> expression) SqmJsonTableFunction.unspecifiedOnError()