Package | Description |
---|---|
org.hibernate.hql.ast.spi.predicate | |
org.hibernate.hql.lucene.internal.builder.predicate |
Modifier and Type | Method and Description |
---|---|
RangePredicate<Q> |
PredicateFactory.getRangePredicate(String entityType,
List<String> propertyPath,
Object lowerValue,
Object upperValue) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneRangePredicate
Lucene-based
BETWEEN predicate. |
Modifier and Type | Method and Description |
---|---|
RangePredicate<org.apache.lucene.search.Query> |
LucenePredicateFactory.getRangePredicate(String entityType,
List<String> propertyPath,
Object lowerValue,
Object upperValue) |
Copyright © 2013. All rights reserved.