Class SingleStoreJsonValueFunction

java.lang.Object
org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
org.hibernate.dialect.function.json.JsonValueFunction
org.hibernate.community.dialect.function.json.SingleStoreJsonValueFunction
All Implemented Interfaces:
org.hibernate.query.sqm.function.FunctionRenderer, org.hibernate.query.sqm.function.SqmFunctionDescriptor

public class SingleStoreJsonValueFunction extends org.hibernate.dialect.function.json.JsonValueFunction
SingleStore json_value function.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.hibernate.dialect.function.json.JsonValueFunction

    org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
  • Field Summary

    Fields inherited from class org.hibernate.dialect.function.json.JsonValueFunction

    supportsJsonPathExpression, supportsJsonPathPassingClause
  • Constructor Summary

    Constructors
    Constructor
    Description
    SingleStoreJsonValueFunction(org.hibernate.type.spi.TypeConfiguration typeConfiguration)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    render(org.hibernate.sql.ast.spi.SqlAppender sqlAppender, org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments arguments, org.hibernate.metamodel.model.domain.ReturnableType<?> returnType, org.hibernate.sql.ast.SqlAstTranslator<?> walker)
     

    Methods inherited from class org.hibernate.dialect.function.json.JsonValueFunction

    generateSqmFunctionExpression, render, renderReturningClause

    Methods inherited from class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor

    filterClauseSupported, generateSqmAggregateFunctionExpression, generateSqmOrderedSetAggregateFunctionExpression, generateSqmWindowFunctionExpression, getFunctionKind

    Methods inherited from class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor

    generateAggregateSqmExpression, generateOrderedSetAggregateSqmExpression, generateSqmExpression, generateWindowSqmExpression, getArgumentListSignature, getArgumentsValidator, getArgumentTypeResolver, getName, getReturnSignature, getReturnTypeResolver, getSignature

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hibernate.query.sqm.function.FunctionRenderer

    render, render, render, render

    Methods inherited from interface org.hibernate.query.sqm.function.SqmFunctionDescriptor

    alwaysIncludesParentheses, generateSqmExpression, generateSqmExpression, isPredicate
  • Constructor Details

    • SingleStoreJsonValueFunction

      public SingleStoreJsonValueFunction(org.hibernate.type.spi.TypeConfiguration typeConfiguration)
  • Method Details

    • render

      protected void render(org.hibernate.sql.ast.spi.SqlAppender sqlAppender, org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments arguments, org.hibernate.metamodel.model.domain.ReturnableType<?> returnType, org.hibernate.sql.ast.SqlAstTranslator<?> walker)
      Overrides:
      render in class org.hibernate.dialect.function.json.JsonValueFunction