Class | Description |
---|---|
AbstractPersistentPropertyPredicate<T> |
Abstract predicate represented by a property path.
|
AbstractPredicate |
Abstract predicate implementation.
|
ConjunctionPredicate |
The conjunction predicate implementation.
|
DisjunctionPredicate |
The disjunction predicate implementation.
|
ExpressionBinaryPredicate |
The expression binary operation predicate implementation.
|
NegatedPredicate |
The negated predicate implementation.
|
PersistentPropertyBetweenPredicate<T> |
The property between predicate implementation.
|
PersistentPropertyBinaryPredicate<T> |
The property binary operation predicate implementation.
|
PersistentPropertyInPredicate<T> |
The property IN predicate implementation.
|
PersistentPropertyInValuesPredicate<T> |
The property IN value predicate implementation.
|
PersistentPropertyUnaryPredicate<T> |
The property unary operation predicate implementation.
|
Enum | Description |
---|---|
PredicateBinaryOp |
Predicate binary operations.
|
PredicateUnaryOp |
Predicate unary operations.
|