Uses of Enum Class
org.hibernate.sql.ast.tree.expression.JsonQueryEmptyBehavior
Packages that use JsonQueryEmptyBehavior
Package
Description
AST nodes representing expressions in a SQL tree.
-
Uses of JsonQueryEmptyBehavior in org.hibernate.dialect.function.json
Methods in org.hibernate.dialect.function.json that return JsonQueryEmptyBehaviorModifier and TypeMethodDescription@Nullable JsonQueryEmptyBehaviorJsonQueryFunction.JsonQueryArguments.emptyBehavior()Returns the value of theemptyBehaviorrecord component.Constructors in org.hibernate.dialect.function.json with parameters of type JsonQueryEmptyBehaviorModifierConstructorDescriptionprotectedJsonQueryArguments(Expression jsonDocument, Expression jsonPath, boolean isJsonType, @Nullable JsonPathPassingClause passingClause, @Nullable JsonQueryWrapMode wrapMode, @Nullable JsonQueryErrorBehavior errorBehavior, @Nullable JsonQueryEmptyBehavior emptyBehavior) Creates an instance of aJsonQueryArgumentsrecord class. -
Uses of JsonQueryEmptyBehavior in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return JsonQueryEmptyBehaviorModifier and TypeMethodDescription@Nullable JsonQueryEmptyBehaviorJsonTableQueryColumnDefinition.emptyBehavior()Returns the value of theemptyBehaviorrecord component.static JsonQueryEmptyBehaviorReturns the enum constant of this class with the specified name.static JsonQueryEmptyBehavior[]JsonQueryEmptyBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.sql.ast.tree.expression with parameters of type JsonQueryEmptyBehaviorModifierConstructorDescriptionJsonTableQueryColumnDefinition(String name, BasicType<String> type, @Nullable String jsonPath, @Nullable JsonQueryWrapMode wrapMode, @Nullable JsonQueryErrorBehavior errorBehavior, @Nullable JsonQueryEmptyBehavior emptyBehavior) Creates an instance of aJsonTableQueryColumnDefinitionrecord class.