Class HANASpatialAggregate

  • All Implemented Interfaces:
    org.hibernate.query.sqm.function.FunctionRenderingSupport, org.hibernate.query.sqm.function.SqmFunctionDescriptor

    public class HANASpatialAggregate
    extends org.hibernate.dialect.function.StandardSQLFunction
    • Method Summary

      • Methods inherited from class org.hibernate.dialect.function.StandardSQLFunction

        getType
      • Methods inherited from class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor

        alwaysIncludesParentheses, getArgumentListSignature, getName, render, render, toString
      • Methods inherited from class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor

        generateSqmAggregateFunctionExpression, generateSqmFunctionExpression, getFunctionKind
      • Methods inherited from class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor

        generateAggregateSqmExpression, generateSqmExpression, getArgumentsValidator, getReturnSignature, getReturnTypeResolver, getSignature, resolveSqlAstArguments
      • Methods inherited from interface org.hibernate.query.sqm.function.SqmFunctionDescriptor

        generateSqmExpression, generateSqmExpression
    • Constructor Detail

      • HANASpatialAggregate

        public HANASpatialAggregate​(String name)
      • HANASpatialAggregate

        public HANASpatialAggregate​(String name,
                                    org.hibernate.type.BasicTypeReference<?> registeredType)