Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactoryExtension
-
-
Uses of SearchPredicateFactoryExtension in org.hibernate.search.engine.search.aggregation.dsl.spi
Methods in org.hibernate.search.engine.search.aggregation.dsl.spi with parameters of type SearchPredicateFactoryExtension Modifier and Type Method Description <PDF2 extends SearchPredicateFactory>
SearchAggregationDslContext<F,PDF2>SearchAggregationDslContext. withExtendedPredicateFactory(SearchPredicateFactoryExtension<PDF2> extension) -
Uses of SearchPredicateFactoryExtension in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type SearchPredicateFactoryExtension Modifier and Type Method Description <T> TSearchPredicateFactory. extension(SearchPredicateFactoryExtension<T> extension)Extend the current factory with the given extension, resulting in an extended factory offering different types of predicates.<T> SearchPredicateFactoryExtensionIfSupportedMoreStepSearchPredicateFactoryExtensionIfSupportedStep. ifSupported(SearchPredicateFactoryExtension<T> extension, Function<T,? extends PredicateFinalStep> predicateContributor)If the given extension is supported, and none of the previous extensions passed toSearchPredicateFactoryExtensionIfSupportedStep.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. -
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 SearchPredicateFactoryExtension Modifier and Type Method Description <T> TDelegatingSearchPredicateFactory. extension(SearchPredicateFactoryExtension<T> extension) -
Uses of SearchPredicateFactoryExtension in org.hibernate.search.engine.search.sort.dsl.spi
Methods in org.hibernate.search.engine.search.sort.dsl.spi with parameters of type SearchPredicateFactoryExtension Modifier and Type Method Description <PDF2 extends SearchPredicateFactory>
SearchSortDslContext<F,PDF2>SearchSortDslContext. withExtendedPredicateFactory(SearchPredicateFactoryExtension<PDF2> extension)
-