| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.predicate |
| Modifier and Type | Method and Description |
|---|---|
NestedPredicateOptionsStep |
NestedPredicateNestStep.nest(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> predicateContributor)
Set the inner predicate defined by the given function.
|
default NestedPredicateOptionsStep |
NestedPredicateNestStep.nest(PredicateFinalStep dslFinalStep)
Set the inner predicate to an almost-built
SearchPredicate. |
NestedPredicateOptionsStep |
NestedPredicateNestStep.nest(SearchPredicate searchPredicate)
Set the inner predicate to a previously-built
SearchPredicate. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.