public class Operands extends Object
Constructor and Description |
---|
Operands() |
Modifier and Type | Method and Description |
---|---|
static <T> BasicOperand<T> |
newBasicFieldOperand(QueryParameter queryParameter)
Creates a new basic operand instance.
|
static NumberOperand<Long> |
newLongFieldOperand(QueryParameter queryParameter)
Creates a new long operand instance.
|
static StateFieldOperand |
newStateFieldOperand(QueryParameter queryParameter)
Creates a new state operand instance.
|
static StringOperand<String> |
newStringFieldOperand(QueryParameter queryParameter)
Creates a new string operand instance.
|
static TimestampOperand<Instant> |
newTimestampFieldOperand(QueryParameter queryParameter)
Creates a new timestamp operand instance.
|
public static <T> BasicOperand<T> newBasicFieldOperand(QueryParameter queryParameter)
Creates a new basic operand instance.
queryParameter
- the left operand for all predicates to be builtpublic static StringOperand<String> newStringFieldOperand(QueryParameter queryParameter)
Creates a new string operand instance.
queryParameter
- the left operand for all predicates to be builtpublic static NumberOperand<Long> newLongFieldOperand(QueryParameter queryParameter)
Creates a new long operand instance.
queryParameter
- the left operand for all predicates to be builtpublic static StateFieldOperand newStateFieldOperand(QueryParameter queryParameter)
Creates a new state operand instance.
queryParameter
- the left operand for all predicates to be builtpublic static TimestampOperand<Instant> newTimestampFieldOperand(QueryParameter queryParameter)
Creates a new timestamp operand instance.
queryParameter
- the left operand for all predicates to be builtCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.