Uses of Interface
org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactoryExtensionIfSupportedStep
-
Packages that use SearchProjectionFactoryExtensionIfSupportedStep Package Description org.hibernate.search.engine.search.projection.dsl org.hibernate.search.engine.search.projection.dsl.spi -
-
Uses of SearchProjectionFactoryExtensionIfSupportedStep in org.hibernate.search.engine.search.projection.dsl
Subinterfaces of SearchProjectionFactoryExtensionIfSupportedStep in org.hibernate.search.engine.search.projection.dsl Modifier and Type Interface Description interface
SearchProjectionFactoryExtensionIfSupportedMoreStep<P,R,E>
The second and later step when attempting to apply multiple extensions to aSearchProjectionFactory
.Methods in org.hibernate.search.engine.search.projection.dsl that return SearchProjectionFactoryExtensionIfSupportedStep Modifier and Type Method Description <T> SearchProjectionFactoryExtensionIfSupportedStep<T,R,E>
SearchProjectionFactory. 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 SearchProjectionFactoryExtensionIfSupportedStep in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi that return SearchProjectionFactoryExtensionIfSupportedStep Modifier and Type Method Description <P> SearchProjectionFactoryExtensionIfSupportedStep<P,R,E>
DelegatingSearchProjectionFactory. extension()
-