T
- the value type used to create predicatespublic interface StringOperand<T> extends BasicOperand<T>
Defines the methods used to build Predicate
s 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 - 2017 edorasware ag. All Rights Reserved.