Interface | Description |
---|---|
PredicateImplementor |
Class | Description |
---|---|
AbstractPredicateImpl |
Basic template support for
Predicate implementors providing
expression handling, negation and conjunction/disjunction handling. |
AbstractSimplePredicate |
TODO : javadoc
|
BetweenPredicate<Y> |
Models a BETWEEN
Predicate . |
BooleanAssertionPredicate |
Predicate to assert the explicit value of a boolean expression:
x = true
x = false
x <> true
x <> false
|
BooleanExpressionPredicate |
Defines a
Predicate used to wrap an Expression<Boolean> . |
BooleanStaticAssertionPredicate |
Predicate used to assert a static boolean condition.
|
ComparisonPredicate |
Models a basic relational comparison predicate.
|
CompoundPredicate |
A compound
predicate is a grouping of other predicates in order to convert
either a conjunction (logical AND) or a disjunction (logical OR). |
ExistsPredicate |
Models an EXISTS(
|
ExplicitTruthValueCheck |
ANSI-SQL defines TRUE, FALSE and UNKNOWN as truth values.
|
ImplicitNumericExpressionTypeDeterminer | |
InPredicate<T> |
Models an [NOT] IN restriction
|
IsEmptyPredicate<C extends Collection> |
Models an IS [NOT] EMPTY restriction
|
LikePredicate |
Models a SQL LIKE expression.
|
MemberOfPredicate<E,C extends Collection<E>> |
Models an [NOT] MEMBER OF restriction
|
NegatedPredicateWrapper | |
NullnessPredicate |
Defines a
Predicate for checking the
nullness state of an expression, aka an IS [NOT] NULL predicate. |
Enum | Description |
---|---|
ComparisonPredicate.ComparisonOperator |
Defines the comparison operators.
|
TruthValue |
Models what ANSI-SQL terms a truth value.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.