Uses of Interface
org.hibernate.search.engine.search.sort.dsl.SearchSortFactoryExtensionIfSupportedStep
-
-
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 interfaceSearchSortFactoryExtensionIfSupportedMoreStepThe 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 SearchSortFactoryExtensionIfSupportedStepSearchSortFactory. 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.impl
Classes in org.hibernate.search.engine.search.sort.dsl.impl that implement SearchSortFactoryExtensionIfSupportedStep Modifier and Type Class Description classSearchSortFactoryExtensionStep -
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 SearchSortFactoryExtensionIfSupportedStepAbstractSearchSortFactory. extension()
-