Package | Description |
---|---|
org.hibernate.hql.ast.spi.predicate | |
org.hibernate.hql.lucene.internal.builder.predicate |
Modifier and Type | Method and Description |
---|---|
ComparisonPredicate<Q> |
PredicateFactory.getComparisonPredicate(String entityType,
ComparisonPredicate.Type comparisonType,
List<String> propertyPath,
Object value) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneComparisonPredicate
Lucene-based comparison predicate.
|
Modifier and Type | Method and Description |
---|---|
ComparisonPredicate<org.apache.lucene.search.Query> |
LucenePredicateFactory.getComparisonPredicate(String entityType,
ComparisonPredicate.Type comparisonType,
List<String> propertyPath,
Object value) |
Copyright © 2013. All rights reserved.