| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.predicate | |
| org.hibernate.search.engine.search.dsl.predicate.spi |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SearchPredicateFactory.extension(SearchPredicateFactoryExtension<T> extension)
Extend the current factory with the given extension,
resulting in an extended factory offering different types of predicates.
|
<T> SearchPredicateFactoryExtensionIfSupportedMoreStep |
SearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension<T> extension,
Function<T,? extends PredicateFinalStep> predicateContributor)
If the given extension is supported, and none of the previous extensions passed to
SearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function)
was supported, extend the current factory with this extension,
apply the given function to the extended factory, and store the resulting predicate for later retrieval. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DelegatingSearchPredicateFactory.extension(SearchPredicateFactoryExtension<T> extension) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.