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