public abstract class AbstractPojoSearchSession extends Object implements PojoWorkSessionContext
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPojoSearchSession(PojoSearchSessionMappingContext mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
protected PojoIndexer |
createIndexer(DocumentCommitStrategy commitStrategy) |
protected PojoIndexingPlan |
createIndexingPlan(DocumentCommitStrategy commitStrategy,
DocumentRefreshStrategy refreshStrategy) |
IdentifierBridgeFromDocumentIdentifierContext |
getIdentifierBridgeFromDocumentIdentifierContext() |
PojoSearchSessionMappingContext |
getMappingContext() |
PropertyBridgeWriteContext |
getPropertyBridgeWriteContext() |
RoutingKeyBridgeToRoutingKeyContext |
getRoutingKeyBridgeToRoutingKeyContext() |
TypeBridgeWriteContext |
getTypeBridgeWriteContext() |
ValueBridgeFromIndexedValueContext |
getValueBridgeFromIndexedValueContext() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTenantIdentifiergetRuntimeIntrospectorgetTenantIdentifierprotected AbstractPojoSearchSession(PojoSearchSessionMappingContext mappingContext)
public PojoSearchSessionMappingContext getMappingContext()
getMappingContext in interface BackendSessionContextgetMappingContext in interface BridgeSessionContextgetMappingContext in interface PojoWorkSessionContextpublic final IdentifierBridgeFromDocumentIdentifierContext getIdentifierBridgeFromDocumentIdentifierContext()
getIdentifierBridgeFromDocumentIdentifierContext in interface BridgeSessionContextpublic final RoutingKeyBridgeToRoutingKeyContext getRoutingKeyBridgeToRoutingKeyContext()
getRoutingKeyBridgeToRoutingKeyContext in interface BridgeSessionContextpublic final TypeBridgeWriteContext getTypeBridgeWriteContext()
getTypeBridgeWriteContext in interface BridgeSessionContextpublic final PropertyBridgeWriteContext getPropertyBridgeWriteContext()
getPropertyBridgeWriteContext in interface BridgeSessionContextpublic final ValueBridgeFromIndexedValueContext getValueBridgeFromIndexedValueContext()
getValueBridgeFromIndexedValueContext in interface BridgeSessionContextprotected PojoIndexingPlan createIndexingPlan(DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
protected PojoIndexer createIndexer(DocumentCommitStrategy commitStrategy)
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.