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.
Interface describing match criteria in terms of a SQL select clause.
- Since:
- 1.0
-
Method Summary
-
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.
-