Uses of Class
org.hibernate.sql.ast.tree.expression.JsonValueErrorBehavior
Packages that use JsonValueErrorBehavior
Package
Description
AST nodes representing expressions in a SQL tree.
-
Uses of JsonValueErrorBehavior in org.hibernate.dialect.function.json
Methods in org.hibernate.dialect.function.json that return JsonValueErrorBehaviorModifier and TypeMethodDescription@Nullable JsonValueErrorBehavior
JsonValueFunction.JsonValueArguments.errorBehavior()
Returns the value of theerrorBehavior
record component.Constructors in org.hibernate.dialect.function.json with parameters of type JsonValueErrorBehaviorModifierConstructorDescriptionprotected
JsonValueArguments
(Expression jsonDocument, Expression jsonPath, boolean isJsonType, @Nullable JsonPathPassingClause passingClause, @Nullable CastTarget returningType, @Nullable JsonValueErrorBehavior errorBehavior, @Nullable JsonValueEmptyBehavior emptyBehavior) Creates an instance of aJsonValueArguments
record class. -
Uses of JsonValueErrorBehavior in org.hibernate.sql.ast.tree.expression
Fields in org.hibernate.sql.ast.tree.expression declared as JsonValueErrorBehaviorModifier and TypeFieldDescriptionstatic final JsonValueErrorBehavior
JsonValueErrorBehavior.ERROR
static final JsonValueErrorBehavior
JsonValueErrorBehavior.NULL
Methods in org.hibernate.sql.ast.tree.expression that return JsonValueErrorBehaviorModifier and TypeMethodDescriptionstatic JsonValueErrorBehavior
JsonValueErrorBehavior.defaultOnError
(Expression defaultExpression) @Nullable JsonValueErrorBehavior
JsonTableValueColumnDefinition.errorBehavior()
Returns the value of theerrorBehavior
record component.Constructors in org.hibernate.sql.ast.tree.expression with parameters of type JsonValueErrorBehaviorModifierConstructorDescriptionJsonTableValueColumnDefinition
(String name, CastTarget type, @Nullable String jsonPath, @Nullable JsonValueErrorBehavior errorBehavior, @Nullable JsonValueEmptyBehavior emptyBehavior) Creates an instance of aJsonTableValueColumnDefinition
record class.