Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactoryExtensionIfSupportedMoreStep
Packages that use SearchPredicateFactoryExtensionIfSupportedMoreStep
-
Uses of SearchPredicateFactoryExtensionIfSupportedMoreStep in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl that return SearchPredicateFactoryExtensionIfSupportedMoreStepModifier and TypeMethodDescriptionSearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension<T> extension, Function<T, ? extends PredicateFinalStep> predicateContributor) If the given extension is supported, and none of the previous extensions passed toSearchPredicateFactoryExtensionIfSupportedStep.ifSupported(TypedSearchPredicateFactoryExtension, 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.