Class AbstractArrayRemoveFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
Direct Known Subclasses:
H2ArrayRemoveFunction, HSQLArrayRemoveFunction, OracleArrayRemoveFunction

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

    • AbstractArrayRemoveFunction

      public AbstractArrayRemoveFunction()