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(MappedIndexScopeBuilder<?,?> builder) |
IndexDocumentWorkExecutor<D> |
createDocumentWorkExecutor(SessionContextImplementor sessionContext,
DocumentCommitStrategy commitStrategy) |
<R,E> MappedIndexScopeBuilder<R,E> |
createScopeBuilder(MappingContextImplementor mappingContext) |
IndexWorkExecutor |
createWorkExecutor(DetachedSessionContextImplementor sessionContext) |
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(DetachedSessionContextImplementor sessionContext)
<R,E> MappedIndexScopeBuilder<R,E> createScopeBuilder(MappingContextImplementor mappingContext)
void addTo(MappedIndexScopeBuilder<?,?> builder)
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.