Class | Description |
---|---|
BetweenSpacePredicate |
Represents a Between predicate.
|
ComparableScalarSpacePredicate |
A common basic implementation for comparable scalar comparison predicate implementations.
|
ContainsItemPredicate |
a contains predicate cascading from a single item
|
ContainsPredicate |
Represents a contains predicate.
|
EqualsSpacePredicate |
An implementation of equals to comparison: This predicate returns true if and only if the
predicate's argument is equal to the expected value.
|
GreaterEqualsSpacePredicate |
An implementation of greater than or equals to comparison: This predicate returns true if and
only if the predicate's argument is greater than or equals to the expected value.
|
GreaterSpacePredicate |
An implementation of greater than comparison: This predicate returns true if and only if the
predicate's argument is greater than the expected value.
|
InSpacePredicate |
Represents an In predicate.
|
LessEqualsSpacePredicate |
An implementation of less than or equals to comparison: This predicate returns true if and only
if the predicate's argument is less than or equals to the expected value.
|
LessSpacePredicate |
An implementation of less than comparison: This predicate returns true if and only if the
predicate's argument is less than the expected value.
|
NotEqualsSpacePredicate |
An implementation of not equals condition: This predicate returns true if and only if the
predicate's argument is not equal to the expected value.
|
NotNullSpacePredicate |
A predicate to test for non-null values.
|
NotRegexSpacePredicate | |
NullSpacePredicate |
A predicate to test for null values.
|
RegexSpacePredicate | |
RelationPredicate | |
ScalarSpacePredicate |
A common basic implementation for scalar comparison predicate implementations.
|
Copyright © GigaSpaces.