Package | Description |
---|---|
org.hibernate.hql.ast.spi.predicate | |
org.hibernate.hql.lucene.internal.builder.predicate |
Modifier and Type | Method and Description |
---|---|
InPredicate<Q> |
PredicateFactory.getInPredicate(String entityType,
List<String> propertyPath,
List<Object> typedElements) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneInPredicate
Lucene-based
IN predicate in the form of disjoint EQUALS predicates for the given values. |
Modifier and Type | Method and Description |
---|---|
InPredicate<org.apache.lucene.search.Query> |
LucenePredicateFactory.getInPredicate(String entityType,
List<String> propertyPath,
List<Object> values) |
Copyright © 2013. All rights reserved.