Class NamedSqmFunctionDescriptor

All Implemented Interfaces:
FunctionRenderer, FunctionRenderingSupport, SqmFunctionDescriptor
Direct Known Subclasses:
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.
Author:
David Channon, Steve Ebersole