Uses of Interface
org.hibernate.query.criteria.JpaJsonExistsExpression
Packages that use JpaJsonExistsExpression
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 JpaJsonExistsExpression in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaJsonExistsExpressionModifier and TypeMethodDescriptionJpaJsonExistsExpression.errorOnError()
JpaJsonExistsExpression.falseOnError()
HibernateCriteriaBuilder.jsonExists
(Expression<?> jsonDocument, Expression<String> jsonPath) Checks if a JSON document contains a node for the given JSON path.HibernateCriteriaBuilder.jsonExists
(Expression<?> jsonDocument, String jsonPath) Checks if a JSON document contains a node for the given JSON path.JpaJsonExistsExpression.passing
(String parameterName, Expression<?> expression) Passes the givenExpression
as value for the parameter with the given name in the JSON path.JpaJsonExistsExpression.trueOnError()
JpaJsonExistsExpression.unspecifiedOnError()
-
Uses of JpaJsonExistsExpression in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaJsonExistsExpressionModifier and TypeMethodDescriptionHibernateCriteriaBuilderDelegate.jsonExists
(Expression<?> jsonDocument, Expression<String> jsonPath) HibernateCriteriaBuilderDelegate.jsonExists
(Expression<?> jsonDocument, String jsonPath) -
Uses of JpaJsonExistsExpression in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement JpaJsonExistsExpressionModifier and TypeClassDescriptionclass
Special expression for the json_exists function that also captures special syntax elements like error behavior and passing variables.