Uses of Interface
org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactoryExtensionIfSupportedMoreStep
Packages that use SearchProjectionFactoryExtensionIfSupportedMoreStep
-
Uses of SearchProjectionFactoryExtensionIfSupportedMoreStep in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl that return SearchProjectionFactoryExtensionIfSupportedMoreStepModifier and TypeMethodDescriptionSearchProjectionFactoryExtensionIfSupportedStep.ifSupported
(SearchProjectionFactoryExtension<T, R, E> extension, Function<T, ? extends ProjectionFinalStep<P>> projectionContributor) If the given extension is supported, and none of the previous extensions passed toSearchProjectionFactoryExtensionIfSupportedStep.ifSupported(SearchProjectionFactoryExtension, Function)
was supported, extend the current factory with this extension, apply the given function to the extended factory, and store the resulting projection for later retrieval.