Class AbstractArrayContainsFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
Direct Known Subclasses:
ArrayContainsUnnestFunction, H2ArrayContainsFunction, OracleArrayContainsFunction

public abstract class AbstractArrayContainsFunction extends AbstractSqmSelfRenderingFunctionDescriptor
Encapsulates the validator, return type and argument type resolvers for the array_contains function. Subclasses only have to implement the rendering.
  • Field Details

    • LOG

      protected static final org.hibernate.internal.log.DeprecationLogger LOG
    • nullable

      protected final boolean nullable
  • Constructor Details

    • AbstractArrayContainsFunction

      public AbstractArrayContainsFunction(boolean nullable, TypeConfiguration typeConfiguration)
  • Method Details