Uses of Interface
org.hibernate.search.engine.search.sort.dsl.SearchSortFactoryExtension
Packages that use SearchSortFactoryExtension
Package
Description
-
Uses of SearchSortFactoryExtension in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl with parameters of type SearchSortFactoryExtensionModifier and TypeMethodDescription<T> TSearchSortFactory.extension(SearchSortFactoryExtension<T> extension) Extend the current factory with the given extension, resulting in an extended factory offering different types of sorts.SearchSortFactoryExtensionIfSupportedStep.ifSupported(SearchSortFactoryExtension<T> extension, Function<T, ? extends SortFinalStep> sortContributor) If the given extension is supported, and none of the previous extensions passed toSearchSortFactoryExtensionIfSupportedStep.ifSupported(SearchSortFactoryExtension, Function)was supported, extend the current factory with this extension, apply the given function to the extended factory, and store the resulting sort for later retrieval. -
Uses of SearchSortFactoryExtension in org.hibernate.search.engine.search.sort.dsl.spi
Methods in org.hibernate.search.engine.search.sort.dsl.spi with parameters of type SearchSortFactoryExtensionModifier and TypeMethodDescription<T> TAbstractSearchSortFactory.extension(SearchSortFactoryExtension<T> extension)