| Modifier and Type | Method and Description |
|---|---|
IndexIndexer |
IndexManagerImplementor.createIndexer(BackendSessionContext sessionContext) |
<R> IndexIndexingPlan<R> |
IndexManagerImplementor.createIndexingPlan(BackendSessionContext sessionContext,
EntityReferenceFactory<R> entityReferenceFactory,
DocumentCommitStrategy commitStrategy,
DocumentRefreshStrategy refreshStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static DetachedBackendSessionContext |
DetachedBackendSessionContext.of(BackendSessionContext sessionContext) |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
FromDocumentFieldValueConvertContextExtension.extendOptional(FromDocumentFieldValueConvertContext original,
BackendSessionContext sessionContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Constructor and Description |
|---|
FromDocumentFieldValueConvertContextImpl(BackendSessionContext sessionContext) |
| Modifier and Type | Method and Description |
|---|---|
IndexIndexer |
MappedIndexManager.createIndexer(BackendSessionContext sessionContext,
EntityReferenceFactory<?> entityReferenceFactory) |
<R> IndexIndexingPlan<R> |
MappedIndexManager.createIndexingPlan(BackendSessionContext sessionContext,
EntityReferenceFactory<R> entityReferenceFactory,
DocumentCommitStrategy commitStrategy,
DocumentRefreshStrategy refreshStrategy) |
| Modifier and Type | Method and Description |
|---|---|
<LOS> SearchQuerySelectStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?> |
MappedIndexScope.search(BackendSessionContext sessionContext,
LoadingContextBuilder<R,E,LOS> loadingContextBuilder) |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
SearchQueryDslExtension.extendOptional(SearchQuerySelectStep<?,R,E,LOS,?,?> original,
IndexScope<?> indexScope,
BackendSessionContext sessionContext,
LoadingContextBuilder<R,E,LOS> loadingContextBuilder)
Attempt to extend a given DSL step, returning an empty
Optional in case of failure. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BackendSessionContext |
AbstractSearchQuerySelectStep.getSessionContext() |
| Modifier and Type | Method and Description |
|---|---|
SearchQueryBuilder<List<?>,C> |
SearchQueryBuilderFactory.select(BackendSessionContext sessionContext,
LoadingContextBuilder<?,?,?> loadingContextBuilder,
SearchProjection<?>... projections) |
<P> SearchQueryBuilder<P,C> |
SearchQueryBuilderFactory.select(BackendSessionContext sessionContext,
LoadingContextBuilder<?,?,?> loadingContextBuilder,
SearchProjection<P> projection) |
<E> SearchQueryBuilder<E,C> |
SearchQueryBuilderFactory.selectEntity(BackendSessionContext sessionContext,
LoadingContextBuilder<?,E,?> loadingContextBuilder) |
<R> SearchQueryBuilder<R,C> |
SearchQueryBuilderFactory.selectEntityReference(BackendSessionContext sessionContext,
LoadingContextBuilder<R,?,?> loadingContextBuilder) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.