T - the value type used to create predicatespublic interface StringOperand<T> extends BasicOperand<T>
Defines the methods used to build Predicates for string values.
| Modifier and Type | Method and Description | 
|---|---|
Predicate | 
like(T expectedValue)
Builds a predicate for a  
queryParameter LIKE expectedValue comparison. | 
Predicate | 
notLike(T expectedValue)
Builds a predicate for a  
NOT(queryParameter LIKE expectedValue) comparison. | 
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.