| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| AbstractPredicateImpl | Basic template support for Predicateimplementors 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 Predicateused to wrap anExpression<Boolean>. | 
| BooleanStaticAssertionPredicate | Predicate used to assert a static boolean condition. | 
| ComparisonPredicate | Models a basic relational comparison predicate. | 
| CompoundPredicate | A compound predicateis a grouping of otherpredicatesin 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 | 
| NullnessPredicate | Defines a Predicatefor checking the
 nullness state of an expression, aka an IS [NOT] NULL predicate. | 
| Enum Summary | |
|---|---|
| ComparisonPredicate.ComparisonOperator | Defines the comparison operators. | 
| TruthValue | Models what ANSI-SQL terms a truth value. | 
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||