Class CockroachDBJsonValueFunction
java.lang.Object
org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
org.hibernate.dialect.function.json.JsonValueFunction
org.hibernate.dialect.function.json.CockroachDBJsonValueFunction
- All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
CockroachDB json_value function.
-
Nested Class Summary
Nested classes/interfaces inherited from class JsonValueFunction
JsonValueFunction.JsonValueArguments -
Field Summary
Fields inherited from class JsonValueFunction
supportsJsonPathExpression, supportsJsonPathPassingClause -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrender(SqlAppender sqlAppender, JsonValueFunction.JsonValueArguments arguments, ReturnableType<?> returnType, SqlAstTranslator<?> walker) Methods inherited from class JsonValueFunction
generateSqmFunctionExpression, render, renderReturningClauseMethods inherited from class AbstractSqmSelfRenderingFunctionDescriptor
filterClauseSupported, generateSqmAggregateFunctionExpression, generateSqmOrderedSetAggregateFunctionExpression, generateSqmWindowFunctionExpression, getFunctionKindMethods inherited from class AbstractSqmFunctionDescriptor
generateAggregateSqmExpression, generateOrderedSetAggregateSqmExpression, generateSqmExpression, generateWindowSqmExpression, getArgumentListSignature, getArgumentsValidator, getArgumentTypeResolver, getName, getReturnSignature, getReturnTypeResolver, getSignatureMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FunctionRenderer
render, render, render, renderMethods inherited from interface SqmFunctionDescriptor
alwaysIncludesParentheses, generateSqmExpression, generateSqmExpression, isPredicate
-
Constructor Details
-
CockroachDBJsonValueFunction
-
-
Method Details
-
render
protected void render(SqlAppender sqlAppender, JsonValueFunction.JsonValueArguments arguments, ReturnableType<?> returnType, SqlAstTranslator<?> walker) - Overrides:
renderin classJsonValueFunction
-