Class AbstractArraySortFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
Direct Known Subclasses:
H2ArraySortFunction, HSQLArraySortFunction, OracleArraySortFunction, PostgreSQLArraySortEmulation

public abstract class AbstractArraySortFunction extends AbstractSqmSelfRenderingFunctionDescriptor
Encapsulates the validator, return type and argument type resolvers for the array_sort functions. Subclasses only have to implement the rendering.
  • Constructor Details

    • AbstractArraySortFunction

      public AbstractArraySortFunction(TypeConfiguration typeConfiguration)