| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.projection | |
| org.hibernate.search.engine.search.dsl.projection.spi |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SearchProjectionFactory.extension(SearchProjectionFactoryExtension<T,R,E> extension)
Extend the current factory with the given extension,
resulting in an extended factory offering different types of projections.
|
<T> SearchProjectionFactoryExtensionIfSupportedMoreStep<P,R,E> |
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 to
SearchProjectionFactoryExtensionIfSupportedStep.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. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DelegatingSearchProjectionFactory.extension(SearchProjectionFactoryExtension<T,R,E> extension) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.