| Modifier and Type | Method and Description |
|---|---|
SearchProjectionFactoryContext<R,E> |
MappedIndexSearchScope.projection() |
| Modifier and Type | Method and Description |
|---|---|
SearchQueryResultDefinitionContext<?,R,E,SearchProjectionFactoryContext<R,E>,?> |
MappedIndexSearchScope.search(SessionContextImplementor sessionContext,
LoadingContextBuilder<R,E> loadingContextBuilder) |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
SearchProjectionFactoryContextExtension.extendOptional(SearchProjectionFactoryContext<R,E> original,
SearchProjectionBuilderFactory factory)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Modifier and Type | Method and Description |
|---|---|
SearchProjectionTerminalContext<P> |
SearchProjectionFactoryExtensionContext.orElse(Function<SearchProjectionFactoryContext<R,E>,? extends SearchProjectionTerminalContext<P>> projectionContributor)
If no extension passed to
SearchProjectionFactoryExtensionContext.ifSupported(SearchProjectionFactoryContextExtension, Function)
was supported so far, apply the given function to the current (non-extended) SearchProjectionFactoryContext;
otherwise return the projection created in the first succeeding ifSupported call. |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingSearchProjectionFactoryContext<R,E> |
| Constructor and Description |
|---|
DelegatingSearchProjectionFactoryContext(SearchProjectionFactoryContext<R,E> delegate) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchQueryResultDefinitionContext<N extends SearchQueryContext<?,E,?>,R,E,PJC extends SearchProjectionFactoryContext<R,E>,PDC extends SearchPredicateFactoryContext>
The context used when building a query, before the search result type has been defined.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearchQueryResultDefinitionContext<N extends SearchQueryContext<?,E,?>,R,E,PJC extends SearchProjectionFactoryContext<R,E>,PDC extends SearchPredicateFactoryContext,C> |
| Modifier and Type | Method and Description |
|---|---|
protected SearchProjectionFactoryContext<R,E> |
AbstractSearchQueryResultDefinitionContext.createDefaultProjectionFactoryContext() |
| Modifier and Type | Method and Description |
|---|---|
<P> SearchQueryResultContext<?,P,?> |
AbstractDelegatingSearchQueryResultDefinitionContext.asProjection(Function<? super SearchProjectionFactoryContext<R,E>,? extends SearchProjectionTerminalContext<P>> projectionContributor) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.