Class | Description |
---|---|
LuceneComparisonPredicate |
Lucene-based comparison predicate.
|
LuceneConjunctionPredicate |
Lucene-based
AND predicate. |
LuceneDisjunctionPredicate |
Lucene-based
OR predicate. |
LuceneInPredicate |
Lucene-based
IN predicate in the form of disjoint EQUALS predicates for the given values. |
LuceneIsNullPredicate |
Lucene-based
IS NULL predicate. |
LuceneLikePredicate |
Lucene-based
LIKE predicate. |
LuceneNegationPredicate |
Lucene-based
NOT predicate. |
LucenePredicateFactory |
Factory creating predicate instances based on Lucene.
|
LuceneRangePredicate |
Lucene-based
BETWEEN predicate. |
LuceneRootPredicate |
Lucene-based root predicate.
|
Copyright © 2013. All rights reserved.