Uses of Interface
org.hibernate.search.engine.search.sort.dsl.SearchSortFactoryExtensionIfSupportedStep
-
Packages that use SearchSortFactoryExtensionIfSupportedStep Package Description org.hibernate.search.engine.search.sort.dsl org.hibernate.search.engine.search.sort.dsl.spi -
-
Uses of SearchSortFactoryExtensionIfSupportedStep in org.hibernate.search.engine.search.sort.dsl
Subinterfaces of SearchSortFactoryExtensionIfSupportedStep in org.hibernate.search.engine.search.sort.dsl Modifier and Type Interface Description interface
SearchSortFactoryExtensionIfSupportedMoreStep
The second and later step when attempting to apply multiple extensions to aSearchSortFactory
.Methods in org.hibernate.search.engine.search.sort.dsl that return SearchSortFactoryExtensionIfSupportedStep Modifier and Type Method Description SearchSortFactoryExtensionIfSupportedStep
SearchSortFactory. extension()
Create a DSL step allowing multiple attempts to apply extensions one after the other, failing only if none of the extensions is supported. -
Uses of SearchSortFactoryExtensionIfSupportedStep in org.hibernate.search.engine.search.sort.dsl.spi
Methods in org.hibernate.search.engine.search.sort.dsl.spi that return SearchSortFactoryExtensionIfSupportedStep Modifier and Type Method Description SearchSortFactoryExtensionIfSupportedStep
DelegatingSearchSortFactory. extension()
-