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.
-
Method Summary
-
Method Details
-
toString
String toString() -
toCql
Render to a CQL-like representation. Rendering does not apply conversion viaCodecRegistry
therefore 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
-