Package org.hibernate.query.sqm.function
-
Interface Summary Interface Description FunctionRenderingSupport Support forSqmFunctionDescriptor
s that ultimately want to perform SQL rendering themselves.SqmFunctionDescriptor A factory for SQM nodes representing invocations of a certain named function. -
Class Summary Class Description AbstractSqmFunctionDescriptor AbstractSqmSelfRenderingFunctionDescriptor JdbcEscapeFunctionDescriptor Acts as a wrapper to anotherSqmFunctionDescriptor
, rendering the standard JDBC escape sequence{fn f(x, y)}
around the invocation syntax generated by its delegate.MultipatternSqmFunctionDescriptor Support for overloaded functions defined in terms of a list of patterns, one for each possible function arity.NamedSqmFunctionDescriptor Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.PatternBasedSqmFunctionDescriptor Support for HQL functions that have different representations in different SQL dialects, where the difference can be handled via a pattern template.SelfRenderingAggregateFunctionSqlAstExpression Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.SelfRenderingFunctionSqlAstExpression Representation of a function call in the SQL AST for impls that know how to render themselves.SelfRenderingOrderedSetAggregateFunctionSqlAstExpression Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.SelfRenderingSqmAggregateFunction<T> SelfRenderingSqmFunction<T> SelfRenderingSqmOrderedSetAggregateFunction<T> SelfRenderingSqmWindowFunction<T> SelfRenderingWindowFunctionSqlAstExpression Representation of a window function call in the SQL AST for impls that know how to render themselves.SqmFunctionRegistry Defines a registry forSqmFunctionDescriptor
instances -
Enum Summary Enum Description FunctionKind The kind of a function e.g.