public interface PredicateOperand
Modifier and Type | Method and Description |
---|---|
Predicate |
between(Calendar arg1,
Calendar arg2)
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
between(Calendar arg1,
PredicateOperand arg2)
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
between(Date arg1,
Date arg2)
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
between(Date arg1,
PredicateOperand arg2)
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
between(Number arg1,
Number arg2)
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
between(Number arg1,
PredicateOperand arg2)
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
between(PredicateOperand arg1,
Calendar arg2)
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
between(PredicateOperand arg1,
Date arg2)
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
between(PredicateOperand arg1,
Number arg2)
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
between(PredicateOperand arg1,
PredicateOperand arg2)
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
between(PredicateOperand arg1,
String arg2)
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
between(String arg1,
PredicateOperand arg2)
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
between(String arg1,
String arg2)
Create a predicate for testing whether the PredicateOperand lies between
(inclusive) the two arguments.
|
Predicate |
equal(boolean arg)
Create a predicate for testing equality with the specified argument.
|
Predicate |
equal(Calendar arg)
Create a predicate for testing equality with the specified argument.
|
Predicate |
equal(Class cls)
Create a predicate for testing equality with the specified argument.
|
Predicate |
equal(Date arg)
Create a predicate for testing equality with the specified argument.
|
Predicate |
equal(Enum<?> e)
Create a predicate for testing equality with the specified argument.
|
Predicate |
equal(Number arg)
Create a predicate for testing equality with the specified argument.
|
Predicate |
equal(PredicateOperand arg)
Create a predicate for testing equality with the specified argument.
|
Predicate |
equal(String arg)
Create a predicate for testing equality with the specified argument.
|
Predicate |
greaterEqual(Calendar arg)
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
|
Predicate |
greaterEqual(Date arg)
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
|
Predicate |
greaterEqual(Number arg)
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
|
Predicate |
greaterEqual(PredicateOperand arg)
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
|
Predicate |
greaterEqual(String arg)
Create a predicate for testing whether the PredicateOperand is greater
than or equal to the argument.
|
Predicate |
greaterThan(Calendar arg)
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
|
Predicate |
greaterThan(Date arg)
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
|
Predicate |
greaterThan(Number arg)
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
|
Predicate |
greaterThan(PredicateOperand arg)
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
|
Predicate |
greaterThan(String arg)
Create a predicate for testing whether the PredicateOperand is greater
than the argument.
|
Predicate |
lessEqual(Calendar arg)
Create a predicate for testing whether the PredicateOperand is less than
or equal to the argument.
|
Predicate |
lessEqual(Date arg)
Create a predicate for testing whether the PredicateOperand is less than
or equal to the argument.
|
Predicate |
lessEqual(Number arg)
Create a predicate for testing whether the PredicateOperand is less than
or equal to the argument.
|
Predicate |
lessEqual(PredicateOperand arg)
Create a predicate for testing whether the PredicateOperand is less than
or equal to the argument.
|
Predicate |
lessEqual(String arg)
Create a predicate for testing whether the PredicateOperand is less than
or equal to the argument.
|
Predicate |
lessThan(Calendar arg)
Create a predicate for testing whether the PredicateOperand is less than
the argument.
|
Predicate |
lessThan(Date arg)
Create a predicate for testing whether the PredicateOperand is less than
the argument.
|
Predicate |
lessThan(Number arg)
Create a predicate for testing whether the PredicateOperand is less than
the argument.
|
Predicate |
lessThan(PredicateOperand arg)
Create a predicate for testing whether the PredicateOperand is less than
the argument.
|
Predicate |
lessThan(String arg)
Create a predicate for testing whether the PredicateOperand is less than
the argument.
|
Predicate |
like(PredicateOperand pattern)
Create a predicate for testing whether the PredicateOperand satisfies the
given pattern.
|
Predicate |
like(PredicateOperand pattern,
char escapeChar)
Create a predicate for testing whether the PredicateOperand satisfies the
given pattern.
|
Predicate |
like(PredicateOperand pattern,
PredicateOperand escapeChar)
Create a predicate for testing whether the PredicateOperand satisfies the
given pattern.
|
Predicate |
like(String pattern)
Create a predicate for testing whether the PredicateOperand satisfies
the given pattern.
|
Predicate |
like(String pattern,
char escapeChar)
Create a predicate for testing whether the PredicateOperand satisfies
the given pattern.
|
Predicate |
like(String pattern,
PredicateOperand escapeChar)
Create a predicate for testing whether the PredicateOperand satisfies
the given pattern.
|
Predicate |
notEqual(boolean arg)
Create a predicate for testing inequality with the specified argument.
|
Predicate |
notEqual(Calendar arg)
Create a predicate for testing inequality with the specified argument.
|
Predicate |
notEqual(Class cls)
Create a predicate for testing inequality with the specified argument.
|
Predicate |
notEqual(Date arg)
Create a predicate for testing inequality with the specified argument.
|
Predicate |
notEqual(Enum<?> e)
Create a predicate for testing inequality with the specified argument.
|
Predicate |
notEqual(Number arg)
Create a predicate for testing inequality with the specified argument.
|
Predicate |
notEqual(PredicateOperand arg)
Create a predicate for testing inequality with the specified argument.
|
Predicate |
notEqual(String arg)
Create a predicate for testing inequality with the specified argument.
|
Predicate equal(PredicateOperand arg)
arg
- -
PredicateOperand instance or parameterPredicate equal(Class cls)
cls
- -
entity classPredicate equal(Number arg)
arg
- -
numericPredicate equal(String arg)
arg
- -
string valuePredicate equal(boolean arg)
arg
- -
boolean valuePredicate equal(Date arg)
arg
- -
datePredicate equal(Calendar arg)
arg
- -
calendarPredicate equal(Enum<?> e)
e
- -
enumPredicate notEqual(PredicateOperand arg)
arg
- -
PredicateOperand instance or parameterPredicate notEqual(Class cls)
cls
- -
entity classPredicate notEqual(Number arg)
arg
- -
numberic valuePredicate notEqual(String arg)
arg
- -
string valuePredicate notEqual(boolean arg)
arg
- -
boolean valuePredicate notEqual(Date arg)
arg
- -
datePredicate notEqual(Calendar arg)
arg
- -
calendarPredicate notEqual(Enum<?> e)
e
- -
enumPredicate greaterThan(PredicateOperand arg)
arg
- -
PredicateOperand instance or parameterPredicate greaterThan(Number arg)
arg
- -
numericPredicate greaterThan(String arg)
arg
- -
stringPredicate greaterThan(Date arg)
arg
- -
datePredicate greaterThan(Calendar arg)
arg
- -
calendarPredicate greaterEqual(PredicateOperand arg)
arg
- -
PredicateOperand instance or parameterPredicate greaterEqual(Number arg)
arg
- -
numericPredicate greaterEqual(String arg)
arg
- -
stringPredicate greaterEqual(Date arg)
arg
- -
datePredicate greaterEqual(Calendar arg)
arg
- -
calendarPredicate lessThan(PredicateOperand arg)
arg
- -
PredicateOperand instance or parameterPredicate lessThan(Number arg)
arg
- -
numericPredicate lessThan(String arg)
arg
- -
stringPredicate lessThan(Date arg)
arg
- -
datePredicate lessThan(Calendar arg)
arg
- -
calendarPredicate lessEqual(PredicateOperand arg)
arg
- -
PredicateOperand instance or parameterPredicate lessEqual(Number arg)
arg
- -
numericPredicate lessEqual(String arg)
arg
- -
stringPredicate lessEqual(Date arg)
arg
- -
datePredicate lessEqual(Calendar arg)
arg
- -
calendarPredicate between(PredicateOperand arg1, PredicateOperand arg2)
arg1
- -
PredicateOperand instance or parameterarg2
- -
PredicateOperand instance or parameterPredicate between(PredicateOperand arg1, Number arg2)
arg1
- -
PredicateOperand instance or parameterarg2
- -
numericPredicate between(Number arg1, PredicateOperand arg2)
arg1
- -
numericarg2
- -
PredicateOperand instance or parameterPredicate between(Number arg1, Number arg2)
arg1
- -
numericarg2
- -
numericPredicate between(PredicateOperand arg1, String arg2)
arg1
- -
PredicateOperand instance or parameterarg2
- -
stringPredicate between(String arg1, PredicateOperand arg2)
arg1
- -
stringarg2
- -
PredicateOperand instance or parameterPredicate between(String arg1, String arg2)
arg1
- -
stringarg2
- -
stringPredicate between(PredicateOperand arg1, Date arg2)
arg1
- -
PredicateOperand instance or parameterarg2
- -
datePredicate between(Date arg1, PredicateOperand arg2)
arg1
- -
datearg2
- -
PredicateOperand instance or parameterPredicate between(Date arg1, Date arg2)
arg1
- -
datearg2
- -
datePredicate between(PredicateOperand arg1, Calendar arg2)
arg1
- -
PredicateOperand instance or parameterarg2
- -
calendarPredicate between(Calendar arg1, PredicateOperand arg2)
arg1
- -
calendararg2
- -
PredicateOperand instance or parameterPredicate between(Calendar arg1, Calendar arg2)
arg1
- -
calendararg2
- -
calendarPredicate like(PredicateOperand pattern)
pattern
- Predicate like(PredicateOperand pattern, PredicateOperand escapeChar)
pattern
- escapeChar
- Predicate like(PredicateOperand pattern, char escapeChar)
pattern
- escapeChar
- Predicate like(String pattern)
pattern
- Predicate like(String pattern, PredicateOperand escapeChar)
pattern
- escapeChar
- Copyright © 2006–2022 Apache Software Foundation. All rights reserved.