Class AbstractJsonArrayInsertFunction
java.lang.Object
org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
org.hibernate.dialect.function.json.AbstractJsonArrayInsertFunction
- All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
- Direct Known Subclasses:
OracleJsonArrayInsertFunction, PostgreSQLJsonArrayInsertFunction, SQLServerJsonArrayInsertFunction
public abstract class AbstractJsonArrayInsertFunction
extends AbstractSqmSelfRenderingFunctionDescriptor
Standard json_array_insert function.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSqmSelfRenderingFunctionDescriptor
filterClauseSupported, generateSqmAggregateFunctionExpression, generateSqmFunctionExpression, generateSqmOrderedSetAggregateFunctionExpression, generateSqmWindowFunctionExpression, getFunctionKind, renderMethods 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
-
AbstractJsonArrayInsertFunction
-