Interface SelectReferenceExpressionFactory

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 SelectReferenceExpressionFactory
Factory to create references to selected columns.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Column column)
    Creates a reference to a selected column.
  • Method Details

    • create

      SelectReference create(Column column)
      Creates a reference to a selected column.
      Parameters:
      column - The selected column to reference.
      Returns:
      A new reference expression.