Interface WhereClauseMatchCriteria

All Known Implementing Classes:
AbstractWhereClauseMatchCriteria, DurationWhereClauseMatchCriteria, MaxAgeWhereClauseMatchCriteria, NoMatchWhereClauseMatchCriteria
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 WhereClauseMatchCriteria
Interface describing match criteria in terms of a SQL select clause.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    List<?>
    Gets parameter values.
  • Method Details

    • getParameterValues

      List<?> getParameterValues()
      Gets parameter values.
      Returns:
      Immutable list of parameter values for a parameterized query or an empty list if the where clause is not parameterized.