Class JsonValueErrorBehavior
java.lang.Object
org.hibernate.sql.ast.tree.expression.JsonValueErrorBehavior
- All Implemented Interfaces:
SqlAstNode
- Since:
- 7.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonValueErrorBehaviorstatic final JsonValueErrorBehavior -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(SqlAstWalker sqlTreeWalker) static JsonValueErrorBehaviordefaultOnError(Expression defaultExpression) @Nullable Expression
-
Field Details
-
NULL
-
ERROR
-
-
Method Details
-
defaultOnError
-
getDefaultExpression
-
accept
- Specified by:
acceptin interfaceSqlAstNode
-