Class HANASpatialFunction
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
org.hibernate.spatial.dialect.hana.HANASpatialFunction
- All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
-
Constructor Summary
ConstructorsConstructorDescriptionHANASpatialFunction(String name, boolean firstArgumentIsGeometryType) HANASpatialFunction(String name, boolean firstArgumentIsGeometryType, boolean staticFunction) HANASpatialFunction(String name, BasicTypeReference<?> registeredType, boolean firstArgumentIsGeometryType) HANASpatialFunction(String name, BasicTypeReference<?> registeredType, boolean[] argumentIsGeometryTypeMask) HANASpatialFunction(String name, BasicTypeReference<?> registeredType, boolean firstArgumentIsGeometryType, boolean staticFunction) -
Method Summary
Modifier and TypeMethodDescriptionrender(Type firstArgumentType, List arguments, SessionFactoryImplementor sessionFactory) Methods inherited from class StandardSQLFunction
getTypeMethods 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
-
HANASpatialFunction
-
HANASpatialFunction
public HANASpatialFunction(String name, boolean firstArgumentIsGeometryType, boolean staticFunction) -
HANASpatialFunction
public HANASpatialFunction(String name, BasicTypeReference<?> registeredType, boolean firstArgumentIsGeometryType) -
HANASpatialFunction
public HANASpatialFunction(String name, BasicTypeReference<?> registeredType, boolean[] argumentIsGeometryTypeMask) -
HANASpatialFunction
public HANASpatialFunction(String name, BasicTypeReference<?> registeredType, boolean firstArgumentIsGeometryType, boolean staticFunction)
-
-
Method Details
-
render
public String render(Type firstArgumentType, List arguments, SessionFactoryImplementor sessionFactory)
-