Class AbstractSqmSelfRenderingFunctionDescriptor

java.lang.Object
org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
All Implemented Interfaces:
FunctionRenderer, FunctionRenderingSupport, SqmFunctionDescriptor
Direct Known Subclasses:
AbstractArrayContainsFunction, AbstractArrayFillFunction, AbstractArrayIncludesFunction, AbstractArrayIntersectsFunction, AbstractArrayPositionFunction, AbstractArrayPositionsFunction, AbstractArrayRemoveFunction, AbstractArrayTrimFunction, ArrayAggFunction, ArrayConcatElementFunction, ArrayConcatFunction, ArrayConstructorFunction, ArrayGetUnnestFunction, ArrayRemoveIndexUnnestFunction, ArrayReplaceUnnestFunction, ArraySetUnnestFunction, ArraySliceUnnestFunction, ArrayToStringFunction, AvgFunction, CaseLeastGreatestEmulation, CastFunction, CastingConcatFunction, ChrLiteralEmulation, ConcatPipeFunction, CountFunction, CurrentFunction, DB2PositionFunction, DB2SubstringFunction, DerbyLpadEmulation, DerbyRpadEmulation, EveryAnyEmulation, HypotheticalSetFunction, InverseDistributionFunction, LengthFunction, ListaggFunction, ListaggGroupConcatEmulation, ListaggStringAggEmulation, MinMaxCaseEveryAnyEmulation, NamedSqmFunctionDescriptor, OracleArrayAggEmulation, OracleArrayLengthFunction, PatternBasedSqmFunctionDescriptor, PostgreSQLMinMaxFunction, QuantifiedLeastGreatestEmulation, SqlColumn, SqlFunction, SQLServerEveryAnyEmulation, TimestampaddFunction, TimestampdiffFunction, TrimFunction

public abstract class AbstractSqmSelfRenderingFunctionDescriptor extends AbstractSqmFunctionDescriptor implements FunctionRenderer
Author:
Gavin King