Uses of Interface
org.hibernate.search.engine.search.projection.dsl.SearchProjectionFactoryExtension
Packages that use SearchProjectionFactoryExtension
Package
Description
-
Uses of SearchProjectionFactoryExtension in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl with parameters of type SearchProjectionFactoryExtensionModifier and TypeMethodDescription<T> TSearchProjectionFactory.extension(SearchProjectionFactoryExtension<T, R, E> extension) Extend the current factory with the given extension, resulting in an extended factory offering different types of projections.SearchProjectionFactoryExtensionIfSupportedStep.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. -
Uses of SearchProjectionFactoryExtension in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi with parameters of type SearchProjectionFactoryExtensionModifier and TypeMethodDescription<T> TAbstractSearchProjectionFactory.extension(SearchProjectionFactoryExtension<T, R, E> extension)