Uses of Interface
org.hibernate.query.criteria.JpaJsonQueryExpression
Packages that use JpaJsonQueryExpression
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 JpaJsonQueryExpression in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaJsonQueryExpressionModifier and TypeMethodDescriptionJpaJsonQueryExpression.emptyArrayOnEmpty()
JpaJsonQueryExpression.emptyArrayOnError()
JpaJsonQueryExpression.emptyObjectOnEmpty()
JpaJsonQueryExpression.emptyObjectOnError()
JpaJsonQueryExpression.errorOnEmpty()
JpaJsonQueryExpression.errorOnError()
HibernateCriteriaBuilder.jsonQuery
(Expression<?> jsonDocument, Expression<String> jsonPath) Queries values by JSON path from a JSON document.HibernateCriteriaBuilder.jsonQuery
(Expression<?> jsonDocument, String jsonPath) JpaJsonQueryExpression.nullOnEmpty()
JpaJsonQueryExpression.nullOnError()
JpaJsonQueryExpression.passing
(String parameterName, Expression<?> expression) Passes the givenExpression
as value for the parameter with the given name in the JSON path.JpaJsonQueryExpression.unspecifiedOnEmpty()
JpaJsonQueryExpression.unspecifiedOnError()
JpaJsonQueryExpression.unspecifiedWrapper()
JpaJsonQueryExpression.withConditionalWrapper()
JpaJsonQueryExpression.withoutWrapper()
JpaJsonQueryExpression.withWrapper()
-
Uses of JpaJsonQueryExpression in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaJsonQueryExpressionModifier and TypeMethodDescriptionHibernateCriteriaBuilderDelegate.jsonQuery
(Expression<?> jsonDocument, Expression<String> jsonPath) HibernateCriteriaBuilderDelegate.jsonQuery
(Expression<?> jsonDocument, String jsonPath) -
Uses of JpaJsonQueryExpression in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement JpaJsonQueryExpressionModifier and TypeClassDescriptionclass
Special expression for the json_query function that also captures special syntax elements like error and empty behavior.