Interface Criterion.Builder

  • Method Details

    • eq

      An "equals" operator to match for the filter used to create the rule.

      Parameters:
      eq - An "equals" operator to match for the filter used to create the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eq

      An "equals" operator to match for the filter used to create the rule.

      Parameters:
      eq - An "equals" operator to match for the filter used to create the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • neq

      A "not equals" operator to match for the filter used to create the rule.

      Parameters:
      neq - A "not equals" operator to match for the filter used to create the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • neq

      A "not equals" operator to match for the filter used to create the rule.

      Parameters:
      neq - A "not equals" operator to match for the filter used to create the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contains

      Criterion.Builder contains(Collection<String> contains)

      A "contains" operator to match for the filter used to create the rule.

      Parameters:
      contains - A "contains" operator to match for the filter used to create the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contains

      Criterion.Builder contains(String... contains)

      A "contains" operator to match for the filter used to create the rule.

      Parameters:
      contains - A "contains" operator to match for the filter used to create the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exists

      Criterion.Builder exists(Boolean exists)

      An "exists" operator to match for the filter used to create the rule.

      Parameters:
      exists - An "exists" operator to match for the filter used to create the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.