| Class and Description |
|---|
| ComparisonPredicate.Type |
| PredicateFactory
Factory for creating predicate instances.
|
| Class and Description |
|---|
| AbstractPredicate
Base class for predicate implementations.
|
| ComparisonPredicate
An comparison predicate such as
EQUALS or LESS. |
| ComparisonPredicate.Type |
| ConjunctionPredicate
A logical
AND predicate. |
| DisjunctionPredicate
A logical
OR predicate. |
| InPredicate
An
IN predicate. |
| IsNullPredicate
A
IS NULL predicate. |
| LikePredicate
A
LIKE predicate. |
| NegationPredicate
A logical
NOT predicate. |
| ParentPredicate
A predicate which can have one or more sub-predicates.
|
| Predicate
Represents a predicate as contained in the
WHERE clause of a query. |
| Predicate.Type
The type of a predicate.
|
| RangePredicate
A
BETWEEN predicate. |
| RootPredicate
The root predicate of the
WHERE clause of a query. |
| Class and Description |
|---|
| Predicate
Represents a predicate as contained in the
WHERE clause of a query. |
| Class and Description |
|---|
| AbstractPredicate
Base class for predicate implementations.
|
| ComparisonPredicate
An comparison predicate such as
EQUALS or LESS. |
| ComparisonPredicate.Type |
| ConjunctionPredicate
A logical
AND predicate. |
| DisjunctionPredicate
A logical
OR predicate. |
| InPredicate
An
IN predicate. |
| IsNullPredicate
A
IS NULL predicate. |
| LikePredicate
A
LIKE predicate. |
| NegationPredicate
A logical
NOT predicate. |
| ParentPredicate
A predicate which can have one or more sub-predicates.
|
| Predicate
Represents a predicate as contained in the
WHERE clause of a query. |
| PredicateFactory
Factory for creating predicate instances.
|
| RangePredicate
A
BETWEEN predicate. |
| RootPredicate
The root predicate of the
WHERE clause of a query. |
Copyright © 2016. All rights reserved.