Class SDOMethodDescriptor

java.lang.Object
org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
org.hibernate.spatial.dialect.oracle.OracleSpatialFunction
org.hibernate.spatial.dialect.oracle.SDOMethodDescriptor
All Implemented Interfaces:
org.hibernate.query.sqm.function.FunctionRenderer, org.hibernate.query.sqm.function.FunctionRenderingSupport, org.hibernate.query.sqm.function.SqmFunctionDescriptor

public class SDOMethodDescriptor extends OracleSpatialFunction
  • Constructor Summary

    Constructors
    Constructor
    Description
    SDOMethodDescriptor(String name, boolean useParenthesesWhenNoArgs, org.hibernate.query.sqm.produce.function.ArgumentsValidator argValidator, org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver returnTypeResolver)
     
    SDOMethodDescriptor(String name, org.hibernate.query.sqm.produce.function.ArgumentsValidator argValidator, org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver returnTypeResolver)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(org.hibernate.sql.ast.spi.SqlAppender sqlAppender, List<? extends org.hibernate.sql.ast.tree.SqlAstNode> sqlAstArguments, org.hibernate.query.ReturnableType<?> returnType, org.hibernate.sql.ast.SqlAstTranslator<?> walker)
     

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

    alwaysIncludesParentheses, getArgumentListSignature, getName, render, render, render, toString

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

    generateSqmAggregateFunctionExpression, generateSqmFunctionExpression, generateSqmOrderedSetAggregateFunctionExpression, generateSqmWindowFunctionExpression, getFunctionKind

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

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

    Methods inherited from class java.lang.Object

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

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

    render

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

    render, render, render

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

    generateSqmExpression, generateSqmExpression
  • Constructor Details

    • SDOMethodDescriptor

      public SDOMethodDescriptor(String name, boolean useParenthesesWhenNoArgs, org.hibernate.query.sqm.produce.function.ArgumentsValidator argValidator, org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver returnTypeResolver)
    • SDOMethodDescriptor

      public SDOMethodDescriptor(String name, org.hibernate.query.sqm.produce.function.ArgumentsValidator argValidator, org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver returnTypeResolver)
  • Method Details

    • render

      public void render(org.hibernate.sql.ast.spi.SqlAppender sqlAppender, List<? extends org.hibernate.sql.ast.tree.SqlAstNode> sqlAstArguments, org.hibernate.query.ReturnableType<?> returnType, org.hibernate.sql.ast.SqlAstTranslator<?> walker)
      Specified by:
      render in interface org.hibernate.query.sqm.function.FunctionRenderer
      Specified by:
      render in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
      Overrides:
      render in class OracleSpatialFunction