Class StandardSQLFunction
java.lang.Object
org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
org.hibernate.dialect.function.StandardSQLFunction
- All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
- Direct Known Subclasses:
HANASpatialAggregate, HANASpatialFunction
Simplified API allowing users to contribute
SqmFunctionDescriptors
to HQL.-
Constructor Summary
ConstructorsConstructorDescriptionStandardSQLFunction(String name) StandardSQLFunction(String name, boolean useParentheses, BasicTypeReference<?> type) StandardSQLFunction(String name, BasicTypeReference<?> type) -
Method Summary
Methods inherited from class NamedSqmFunctionDescriptor
alwaysIncludesParentheses, getArgumentListSignature, getName, render, render, render, render, toStringMethods inherited from class AbstractSqmSelfRenderingFunctionDescriptor
filterClauseSupported, generateSqmAggregateFunctionExpression, generateSqmFunctionExpression, generateSqmOrderedSetAggregateFunctionExpression, generateSqmWindowFunctionExpression, getFunctionKindMethods inherited from class AbstractSqmFunctionDescriptor
generateAggregateSqmExpression, generateOrderedSetAggregateSqmExpression, generateSqmExpression, generateWindowSqmExpression, getArgumentsValidator, getArgumentTypeResolver, getReturnSignature, getReturnTypeResolver, getSignatureMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface FunctionRenderer
renderMethods inherited from interface SqmFunctionDescriptor
generateSqmExpression, generateSqmExpression, isPredicate
-
Constructor Details
-
StandardSQLFunction
-
StandardSQLFunction
-
StandardSQLFunction
-
-
Method Details
-
getType
-