| Modifier and Type | Method and Description |
|---|---|
SearchProjectionFactory<R,E> |
MappedIndexScope.projection() |
| Modifier and Type | Method and Description |
|---|---|
<LOS> SearchQueryHitTypeStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?> |
MappedIndexScope.search(BackendSessionContext sessionContext,
LoadingContextBuilder<R,E,LOS> loadingContextBuilder) |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
SearchProjectionFactoryExtension.extendOptional(SearchProjectionFactory<R,E> original,
SearchProjectionBuilderFactory factory)
Attempt to extend a given factory, returning an empty
Optional in case of failure. |
| Modifier and Type | Method and Description |
|---|---|
ProjectionFinalStep<P> |
SearchProjectionFactoryExtensionIfSupportedMoreStep.orElse(Function<SearchProjectionFactory<R,E>,? extends ProjectionFinalStep<P>> projectionContributor)
If no extension passed to
SearchProjectionFactoryExtensionIfSupportedStep.ifSupported(SearchProjectionFactoryExtension, Function)
was supported so far, apply the given function to the current (non-extended) SearchProjectionFactory;
otherwise return the projection created in the first succeeding ifSupported call. |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingSearchProjectionFactory<R,E> |
| Constructor and Description |
|---|
DelegatingSearchProjectionFactory(SearchProjectionFactory<R,E> delegate) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchQueryHitTypeStep<N extends SearchQueryOptionsStep<?,E,LOS,?,?>,R,E,LOS,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory>
The initial step in a query definition, where the type of query hits can be set,
or where the predicate can be set directly, assuming that query hits are returned as entities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearchQueryHitTypeStep<N extends SearchQueryOptionsStep<?,E,LOS,?,?>,R,E,LOS,PJF extends SearchProjectionFactory<R,E>,PDF extends SearchPredicateFactory,C> |
| Modifier and Type | Method and Description |
|---|---|
protected SearchProjectionFactory<R,E> |
AbstractSearchQueryHitTypeStep.createDefaultProjectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
<P> SearchQueryPredicateStep<?,P,?> |
AbstractDelegatingSearchQueryHitTypeStep.asProjection(Function<? super SearchProjectionFactory<R,E>,? extends ProjectionFinalStep<P>> projectionContributor) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.