Class AbstractArrayPositionFunction

All Implemented Interfaces:
FunctionRenderer, FunctionRenderingSupport, SqmFunctionDescriptor
Direct Known Subclasses:
H2ArrayPositionFunction, HSQLArrayPositionFunction, OracleArrayPositionFunction, PostgreSQLArrayPositionFunction

public abstract class AbstractArrayPositionFunction extends AbstractSqmSelfRenderingFunctionDescriptor
Encapsulates the validator, return type and argument type resolvers for the array_position functions. Subclasses only have to implement the rendering.