Package | Description |
---|---|
org.hibernate.search.engine.search.dsl.predicate | |
org.hibernate.search.engine.search.dsl.predicate.spi |
Modifier and Type | Method and Description |
---|---|
MatchIdPredicateContext |
SearchPredicateFactoryContext.id() |
MatchIdPredicateContext |
MatchIdPredicateContext.matching(Object value)
Target the identifier with the given id.
|
default MatchIdPredicateContext |
MatchIdPredicateContext.matchingAny(Collection<Object> values)
Target the identifiers matching any of the values in a collection.
|
Modifier and Type | Method and Description |
---|---|
MatchIdPredicateContext |
DelegatingSearchPredicateFactoryContext.id() |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.