| Interface | Description |
|---|---|
| Predicate |
Interface for classes that implement predicate expressions.
|
| PredicateOperator |
An interface for the predicate operators.
|
| PredicateVisitor |
An interface for
Predicate visitor. |
| Class | Description |
|---|---|
| AbstractPredicate |
An abstract basis for predicate classes.
|
| BetweenPredicate |
A class that represents a
[NOT] BETWEEN predicate. |
| BetweenPredicate.Builder |
A builder for
BetweenPredicate. |
| ExistsPredicate |
A class that represents a
EXISTS predicate. |
| InPredicate |
A class that represents a
[NOT] IN predicate. |
| InPredicate.Builder |
A builder for
InPredicate. |
| IsNullPredicate |
A class that represents a
IS [NOT] NULL predicate. |
| Enum | Description |
|---|---|
| BetweenPredicate.BetweenPredicateOperator |
A class that represents
BetweenPredicate operator. |
| ExistsPredicate.ExistsPredicateOperator |
An operator for
ExistsPredicate class. |
| InPredicate.InPredicateOperator |
A class that represents
InPredicate operator. |
| IsNullPredicate.IsNullPredicateOperator |
An operator for
IsNullPredicate class. |
Copyright © 2018–2021. All rights reserved.