Uses of Enum Class
org.hibernate.sql.ast.tree.expression.JsonQueryWrapMode
Packages that use JsonQueryWrapMode
Package
Description
AST nodes representing expressions in a SQL tree.
-
Uses of JsonQueryWrapMode in org.hibernate.dialect.function.json
Methods in org.hibernate.dialect.function.json that return JsonQueryWrapModeModifier and TypeMethodDescription@Nullable JsonQueryWrapModeJsonQueryFunction.JsonQueryArguments.wrapMode()Returns the value of thewrapModerecord component.Constructors in org.hibernate.dialect.function.json with parameters of type JsonQueryWrapModeModifierConstructorDescriptionprotectedJsonQueryArguments(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 JsonQueryWrapMode in org.hibernate.sql.ast.tree.expression
Subclasses with type arguments of type JsonQueryWrapMode in org.hibernate.sql.ast.tree.expressionMethods in org.hibernate.sql.ast.tree.expression that return JsonQueryWrapModeModifier and TypeMethodDescriptionstatic JsonQueryWrapModeReturns the enum constant of this class with the specified name.static JsonQueryWrapMode[]JsonQueryWrapMode.values()Returns an array containing the constants of this enum class, in the order they are declared.@Nullable JsonQueryWrapModeJsonTableQueryColumnDefinition.wrapMode()Returns the value of thewrapModerecord component.Constructors in org.hibernate.sql.ast.tree.expression with parameters of type JsonQueryWrapModeModifierConstructorDescriptionJsonTableQueryColumnDefinition(String name, BasicType<String> type, @Nullable String jsonPath, @Nullable JsonQueryWrapMode wrapMode, @Nullable JsonQueryErrorBehavior errorBehavior, @Nullable JsonQueryEmptyBehavior emptyBehavior) Creates an instance of aJsonTableQueryColumnDefinitionrecord class.