public abstract class AbstractPojoSearchSession<R> extends Object implements PojoWorkSessionContext<R>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPojoSearchSession(PojoSearchSessionMappingContext mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
protected PojoIndexer |
createIndexer() |
protected PojoIndexingPlan<R> |
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, waitgetEntityReferenceFactorygetTenantIdentifiergetRuntimeIntrospectorgetTenantIdentifierprotected AbstractPojoSearchSession(PojoSearchSessionMappingContext mappingContext)
public PojoSearchSessionMappingContext getMappingContext()
getMappingContext in interface BackendSessionContextgetMappingContext in interface BridgeSessionContextgetMappingContext in interface PojoWorkSessionContext<R>public 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<R> createIndexingPlan(DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
protected PojoIndexer createIndexer()
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.