N - The type of the next step.public interface MatchIdPredicateMatchingStep<N extends MatchIdPredicateMatchingMoreStep<?,?>>
| Modifier and Type | Method and Description |
|---|---|
default N |
matching(Object value)
Target the identifier with the given id.
|
N |
matching(Object value,
ValueConvert convert)
Target the identifier with the given id.
|
default N |
matchingAny(Collection<?> values)
Target the identifiers matching any of the values in a collection.
|
default N |
matchingAny(Collection<?> values,
ValueConvert convert)
Target the identifiers matching any of the values in a collection.
|
default N matching(Object value)
If used multiple times, it will target any of the specified values.
value - the value of the id we want to match.matchingAny(Collection)N matching(Object value, ValueConvert convert)
If used multiple times, it will target any of the specified values.
value - the value of the id we want to match.convert - Controls how the value should be converted
before Hibernate Search attempts to interpret it as an identifier value.
See ValueConvert for more information.matchingAny(Collection)default N matchingAny(Collection<?> values)
values - the collection of identifiers to match.default N matchingAny(Collection<?> values, ValueConvert convert)
values - the collection of identifiers to match.convert - Controls how the value should be converted
before Hibernate Search attempts to interpret it as an identifier value.
See ValueConvert for more information.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.