Interface BetweenConfiguration.Builder

  • Method Details

    • lowBoundKey

      BetweenConfiguration.Builder lowBoundKey(String lowBoundKey)

      The parameter name used for the lower bound value in a BETWEEN filter operation.

      Parameters:
      lowBoundKey - The parameter name used for the lower bound value in a BETWEEN filter operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • highBoundKey

      BetweenConfiguration.Builder highBoundKey(String highBoundKey)

      The parameter name used for the upper bound value in a BETWEEN filter operation.

      Parameters:
      highBoundKey - The parameter name used for the upper bound value in a BETWEEN filter operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • template

      A template string for constructing the BETWEEN filter expression.

      Parameters:
      template - A template string for constructing the BETWEEN filter expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.