Class SingleStoreJsonQueryFunction
java.lang.Object
org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
org.hibernate.dialect.function.json.JsonQueryFunction
org.hibernate.community.dialect.function.json.SingleStoreJsonQueryFunction
- All Implemented Interfaces:
org.hibernate.query.sqm.function.FunctionRenderer, org.hibernate.query.sqm.function.SqmFunctionDescriptor
public class SingleStoreJsonQueryFunction
extends org.hibernate.dialect.function.json.JsonQueryFunction
SingleStore json_query function.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hibernate.dialect.function.json.JsonQueryFunction
org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments -
Field Summary
Fields inherited from class org.hibernate.dialect.function.json.JsonQueryFunction
supportsJsonPathExpression, supportsJsonPathPassingClause -
Constructor Summary
ConstructorsConstructorDescriptionSingleStoreJsonQueryFunction(org.hibernate.type.spi.TypeConfiguration typeConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrender(org.hibernate.sql.ast.spi.SqlAppender sqlAppender, org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments arguments, org.hibernate.metamodel.model.domain.ReturnableType<?> returnType, org.hibernate.sql.ast.SqlAstTranslator<?> walker) Methods inherited from class org.hibernate.dialect.function.json.JsonQueryFunction
generateSqmFunctionExpression, renderMethods inherited from class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
filterClauseSupported, generateSqmAggregateFunctionExpression, generateSqmOrderedSetAggregateFunctionExpression, generateSqmWindowFunctionExpression, getFunctionKindMethods inherited from class org.hibernate.query.sqm.function.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 org.hibernate.query.sqm.function.FunctionRenderer
render, render, render, renderMethods inherited from interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
alwaysIncludesParentheses, generateSqmExpression, generateSqmExpression, isPredicate
-
Constructor Details
-
SingleStoreJsonQueryFunction
public SingleStoreJsonQueryFunction(org.hibernate.type.spi.TypeConfiguration typeConfiguration)
-
-
Method Details
-
render
protected void render(org.hibernate.sql.ast.spi.SqlAppender sqlAppender, org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments arguments, org.hibernate.metamodel.model.domain.ReturnableType<?> returnType, org.hibernate.sql.ast.SqlAstTranslator<?> walker) - Overrides:
renderin classorg.hibernate.dialect.function.json.JsonQueryFunction
-