Interface CriteriaDefinition.Operator
- All Known Implementing Classes:
CriteriaDefinition.Operators
- Enclosing interface:
CriteriaDefinition
public static interface CriteriaDefinition.Operator
Strategy interface to represent a CQL predicate operator.
- Since:
- 2.0
- Author:
- Mark Paluch
-
Method Summary
-
Method Details
-
toString
-
toCql
Render to a CQL-like representation. Rendering does not apply conversion viaCodecRegistrytherefore this output is an approximation towards CQL and not necessarily valid CQL.- Parameters:
value- optional predicate value, can be null.- Returns:
- A CQL-like representation.
- Since:
- 2.1
-