Uses of Enum Class
org.hibernate.sql.ast.tree.expression.JsonExistsErrorBehavior
Packages that use JsonExistsErrorBehavior
Package
Description
AST nodes representing expressions in a SQL tree.
-
Uses of JsonExistsErrorBehavior in org.hibernate.dialect.function.json
Methods in org.hibernate.dialect.function.json that return JsonExistsErrorBehaviorModifier and TypeMethodDescription@Nullable JsonExistsErrorBehavior
JsonExistsFunction.JsonExistsArguments.errorBehavior()
Returns the value of theerrorBehavior
record component.Constructors in org.hibernate.dialect.function.json with parameters of type JsonExistsErrorBehaviorModifierConstructorDescriptionprotected
JsonExistsArguments
(Expression jsonDocument, Expression jsonPath, boolean isJsonType, @Nullable JsonPathPassingClause passingClause, @Nullable JsonExistsErrorBehavior errorBehavior) Creates an instance of aJsonExistsArguments
record class. -
Uses of JsonExistsErrorBehavior in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return JsonExistsErrorBehaviorModifier and TypeMethodDescription@Nullable JsonExistsErrorBehavior
JsonTableExistsColumnDefinition.errorBehavior()
Returns the value of theerrorBehavior
record component.static JsonExistsErrorBehavior
Returns the enum constant of this class with the specified name.static JsonExistsErrorBehavior[]
JsonExistsErrorBehavior.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 JsonExistsErrorBehaviorModifierConstructorDescriptionJsonTableExistsColumnDefinition
(String name, BasicType<Boolean> type, @Nullable String jsonPath, @Nullable JsonExistsErrorBehavior errorBehavior) Creates an instance of aJsonTableExistsColumnDefinition
record class.