Interface PojoWorkSessionContext
-
- All Superinterfaces:
BackendSessionContext
,BridgeSessionContext
,PojoImplicitReindexingResolverSessionContext
,PojoIndexingProcessorSessionContext
- All Known Subinterfaces:
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PojoSelectionLoadingContext
defaultLoadingContext()
PojoWorkMappingContext
mappingContext()
-
Methods 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 Detail
-
mappingContext
PojoWorkMappingContext mappingContext()
- Specified by:
mappingContext
in interfaceBackendSessionContext
- Specified by:
mappingContext
in interfaceBridgeSessionContext
-
defaultLoadingContext
PojoSelectionLoadingContext defaultLoadingContext()
-
-