Uses of Enum Class
org.hibernate.query.criteria.JpaJsonQueryNode.ErrorBehavior
Packages that use JpaJsonQueryNode.ErrorBehavior
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing expressions in the SQM tree.
-
Uses of JpaJsonQueryNode.ErrorBehavior in org.hibernate.query.criteria
Subclasses with type arguments of type JpaJsonQueryNode.ErrorBehavior in org.hibernate.query.criteriaModifier and TypeClassDescriptionstatic enumThe behavior of the json query expression when a JSON processing error occurs.Methods in org.hibernate.query.criteria that return JpaJsonQueryNode.ErrorBehaviorModifier and TypeMethodDescriptionJpaJsonQueryNode.getErrorBehavior()Get theJpaJsonQueryNode.ErrorBehaviorof this json query expression.Returns the enum constant of this class with the specified name.static JpaJsonQueryNode.ErrorBehavior[]JpaJsonQueryNode.ErrorBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JpaJsonQueryNode.ErrorBehavior in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return JpaJsonQueryNode.ErrorBehavior