Uses of Interface
org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactoryExtensionIfSupportedStep
-
-
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 interfaceSearchProjectionFactoryExtensionIfSupportedMoreStep<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.impl
Classes in org.hibernate.search.engine.search.projection.dsl.impl that implement SearchProjectionFactoryExtensionIfSupportedStep Modifier and Type Class Description classSearchProjectionFactoryExtensionStep<P,R,E> -
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 <T> SearchProjectionFactoryExtensionIfSupportedStep<T,R,E>AbstractSearchProjectionFactory. extension()
-