| Modifier and Type | Method and Description |
|---|---|
SearchQueryHitTypeStep<?,R,E,SearchProjectionFactory<R,E>,?> |
MappedIndexScope.search(SessionContextImplementor sessionContext,
LoadingContextBuilder<R,E> loadingContextBuilder) |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
SearchQueryDslExtension.extendOptional(SearchQueryHitTypeStep<?,R,E,?,?> original,
IndexScope<?> indexScope,
SessionContextImplementor sessionContext,
LoadingContextBuilder<R,E> loadingContextBuilder)
Attempt to extend a given DSL step, returning an empty
Optional in case of failure. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract LoadingContextBuilder<R,E> |
AbstractSearchQueryHitTypeStep.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.