Interface DelegateExpressionFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DelegateExpressionFactory
Factory to create nestable column expressions.
  • Method Details

    • create

      DelegateColumnExpression create(ColumnExpression target, @Nullable Object... args)
      Creates a nestable column expression.
      Parameters:
      target - Target/nested column expression, e.g. target "select column" expression
      args - Expression-specific additional arguments, if any.
      Returns:
      A new column expression.