Package | Description |
---|---|
org.hibernate.hql.ast.spi.predicate | |
org.hibernate.hql.lucene.internal.builder.predicate |
Modifier and Type | Class and Description |
---|---|
class |
ConjunctionPredicate<Q>
A logical
AND predicate. |
class |
DisjunctionPredicate<Q>
A logical
OR predicate. |
class |
NegationPredicate<Q>
A logical
NOT predicate. |
class |
RootPredicate<Q>
The root predicate of the
WHERE clause of a query. |
Modifier and Type | Class and Description |
---|---|
class |
LuceneConjunctionPredicate
Lucene-based
AND predicate. |
class |
LuceneDisjunctionPredicate
Lucene-based
OR predicate. |
class |
LuceneNegationPredicate
Lucene-based
NOT predicate. |
class |
LuceneRootPredicate
Lucene-based root predicate.
|
Copyright © 2013. All rights reserved.