public final class StringOperand extends BasicOperand<String>
Predicate
instances through string-specific operators.BasicOperand.InnerSelectReferenceValue
constructionInterceptor, queryParameter
Constructor and Description |
---|
StringOperand(QueryParameter queryParameter)
Creates a new operand instance.
|
StringOperand(QueryParameter queryParameter,
ConstructionInterceptor constructionInterceptor)
Creates a new operand instance.
|
Modifier and Type | Method and Description |
---|---|
Predicate |
like(String expectedValue)
Builds a predicate representing a
queryParameter LIKE expectedValue comparison. |
public StringOperand(QueryParameter queryParameter)
queryParameter
- the left operand for all predicates to be builtpublic StringOperand(QueryParameter queryParameter, ConstructionInterceptor constructionInterceptor)
queryParameter
- the left operand for all predicates to be builtconstructionInterceptor
- the interceptor to be invoked upon construction of predicatesCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.