Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactoryExtension
Packages that use SearchPredicateFactoryExtension
Package
Description
-
Uses of SearchPredicateFactoryExtension in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type SearchPredicateFactoryExtensionModifier and TypeMethodDescription<T> TSearchPredicateFactory.extension(SearchPredicateFactoryExtension<T> extension) Extend the current factory with the given extension, resulting in an extended factory offering different types of predicates.SearchPredicateFactoryExtensionIfSupportedStep.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. -
Uses of SearchPredicateFactoryExtension in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi with parameters of type SearchPredicateFactoryExtensionModifier and TypeMethodDescription<T> TAbstractSearchPredicateFactory.extension(SearchPredicateFactoryExtension<T> extension)