Uses of Enum Class
org.hibernate.sql.ast.tree.expression.JsonQueryErrorBehavior
Packages that use JsonQueryErrorBehavior
Package
Description
AST nodes representing expressions in a SQL tree.
-
Uses of JsonQueryErrorBehavior in org.hibernate.dialect.function.json
Methods in org.hibernate.dialect.function.json that return JsonQueryErrorBehaviorModifier and TypeMethodDescription@Nullable JsonQueryErrorBehavior
JsonQueryFunction.JsonQueryArguments.errorBehavior()
Returns the value of theerrorBehavior
record component.Constructors in org.hibernate.dialect.function.json with parameters of type JsonQueryErrorBehaviorModifierConstructorDescriptionprotected
JsonQueryArguments
(Expression jsonDocument, Expression jsonPath, boolean isJsonType, @Nullable JsonPathPassingClause passingClause, @Nullable JsonQueryWrapMode wrapMode, @Nullable JsonQueryErrorBehavior errorBehavior, @Nullable JsonQueryEmptyBehavior emptyBehavior) Creates an instance of aJsonQueryArguments
record class. -
Uses of JsonQueryErrorBehavior in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return JsonQueryErrorBehaviorModifier and TypeMethodDescription@Nullable JsonQueryErrorBehavior
JsonTableQueryColumnDefinition.errorBehavior()
Returns the value of theerrorBehavior
record component.static JsonQueryErrorBehavior
Returns the enum constant of this class with the specified name.static JsonQueryErrorBehavior[]
JsonQueryErrorBehavior.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 JsonQueryErrorBehaviorModifierConstructorDescriptionJsonTableQueryColumnDefinition
(String name, BasicType<String> type, @Nullable String jsonPath, @Nullable JsonQueryWrapMode wrapMode, @Nullable JsonQueryErrorBehavior errorBehavior, @Nullable JsonQueryEmptyBehavior emptyBehavior) Creates an instance of aJsonTableQueryColumnDefinition
record class.