Interface PojoWorkSessionContext
- All Superinterfaces:
BackendSessionContext
,BridgeSessionContext
,PojoImplicitReindexingResolverSessionContext
,PojoIndexingProcessorSessionContext
- All Known Subinterfaces:
HibernateOrmLoadingSessionContext
,PojoMassIndexingSessionContext
- All Known Implementing Classes:
AbstractPojoSearchSession
public interface PojoWorkSessionContext
extends BackendSessionContext, BridgeSessionContext, PojoIndexingProcessorSessionContext, PojoImplicitReindexingResolverSessionContext
Session-scoped information and operations for use in POJO work execution.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.hibernate.search.engine.backend.session.spi.BackendSessionContext
tenantIdentifier
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
identifierBridgeFromDocumentIdentifierContext, propertyBridgeWriteContext, routingBridgeRouteContext, tenantIdentifier, typeBridgeWriteContext, valueBridgeFromIndexedValueContext
Methods inherited from interface org.hibernate.search.mapper.pojo.automaticindexing.spi.PojoImplicitReindexingResolverSessionContext
runtimeIntrospector
Methods inherited from interface org.hibernate.search.mapper.pojo.processing.spi.PojoIndexingProcessorSessionContext
runtimeIntrospector
-
Method Details
-
mappingContext
PojoWorkMappingContext mappingContext()- Specified by:
mappingContext
in interfaceBackendSessionContext
- Specified by:
mappingContext
in interfaceBridgeSessionContext
-
defaultLoadingContext
PojoSelectionLoadingContext defaultLoadingContext() -
configuredIndexingPlanFilter
-