public interface MappedIndexManager<D extends DocumentElement>
This is the interface provided to mappers to access the index manager.
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(MappedIndexSearchScopeBuilder<?,?> builder) |
IndexDocumentWorkExecutor<D> |
createDocumentWorkExecutor(SessionContextImplementor sessionContext,
DocumentCommitStrategy commitStrategy) |
<R,E> MappedIndexSearchScopeBuilder<R,E> |
createSearchScopeBuilder(MappingContextImplementor mappingContext) |
IndexWorkExecutor |
createWorkExecutor() |
IndexWorkPlan<D> |
createWorkPlan(SessionContextImplementor sessionContext,
DocumentCommitStrategy commitStrategy,
DocumentRefreshStrategy refreshStrategy) |
IndexManager |
toAPI() |
IndexManager toAPI()
IndexWorkPlan<D> createWorkPlan(SessionContextImplementor sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
IndexDocumentWorkExecutor<D> createDocumentWorkExecutor(SessionContextImplementor sessionContext, DocumentCommitStrategy commitStrategy)
IndexWorkExecutor createWorkExecutor()
<R,E> MappedIndexSearchScopeBuilder<R,E> createSearchScopeBuilder(MappingContextImplementor mappingContext)
void addTo(MappedIndexSearchScopeBuilder<?,?> builder)
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.