| Modifier and Type | Method and Description |
|---|---|
IndexDocumentWorkExecutor<D> |
IndexManagerImplementor.createDocumentWorkExecutor(SessionContextImplementor sessionContext,
DocumentCommitStrategy commitStrategy) |
IndexWorkPlan<D> |
IndexManagerImplementor.createWorkPlan(SessionContextImplementor sessionContext,
DocumentCommitStrategy commitStrategy,
DocumentRefreshStrategy refreshStrategy) |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
FromDocumentFieldValueConvertContextExtension.extendOptional(FromDocumentFieldValueConvertContext original,
SessionContextImplementor sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Constructor and Description |
|---|
FromDocumentFieldValueConvertContextImpl(SessionContextImplementor sessionContext) |
| Modifier and Type | Method and Description |
|---|---|
IndexDocumentWorkExecutor<D> |
MappedIndexManager.createDocumentWorkExecutor(SessionContextImplementor sessionContext,
DocumentCommitStrategy commitStrategy) |
IndexWorkPlan<D> |
MappedIndexManager.createWorkPlan(SessionContextImplementor sessionContext,
DocumentCommitStrategy commitStrategy,
DocumentRefreshStrategy refreshStrategy) |
| 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 |
|---|---|
static DetachedSessionContextImplementor |
DetachedSessionContextImplementor.of(SessionContextImplementor sessionContext) |
| 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 SessionContextImplementor |
AbstractSearchQueryHitTypeStep.getSessionContext() |
| 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.