Class NamedSqmFunctionDescriptor

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
Direct Known Subclasses:
OracleSpatialFunction, StandardSQLFunction

public class NamedSqmFunctionDescriptor extends AbstractSqmSelfRenderingFunctionDescriptor
Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL. The Dialect and its sub-classes use this class to provide details required for processing of the associated function.