| Modifier and Type | Method and Description |
|---|---|
SearchQueryResultDefinitionContext<?,R,E,SearchProjectionFactoryContext<R,E>,?> |
MappedIndexScope.search(SessionContextImplementor sessionContext,
LoadingContextBuilder<R,E> loadingContextBuilder) |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
SearchQueryContextExtension.extendOptional(SearchQueryResultDefinitionContext<?,R,E,?,?> original,
IndexScope<?> indexScope,
SessionContextImplementor sessionContext,
LoadingContextBuilder<R,E> loadingContextBuilder)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract LoadingContextBuilder<R,E> |
AbstractSearchQueryResultDefinitionContext.getLoadingContextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
<E> SearchQueryBuilder<E,C> |
SearchQueryBuilderFactory.asEntity(SessionContextImplementor sessionContext,
LoadingContextBuilder<?,E> loadingContextBuilder) |
<P> SearchQueryBuilder<P,C> |
SearchQueryBuilderFactory.asProjection(SessionContextImplementor sessionContext,
LoadingContextBuilder<?,?> loadingContextBuilder,
SearchProjection<P> projection) |
SearchQueryBuilder<List<?>,C> |
SearchQueryBuilderFactory.asProjections(SessionContextImplementor sessionContext,
LoadingContextBuilder<?,?> loadingContextBuilder,
SearchProjection<?>... projections) |
<R> SearchQueryBuilder<R,C> |
SearchQueryBuilderFactory.asReference(SessionContextImplementor sessionContext,
LoadingContextBuilder<R,?> loadingContextBuilder) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.