Interface PojoWorkSessionContext<R>
-
- Type Parameters:
R
- The type of entity references.
- All Superinterfaces:
BackendSessionContext
,BridgeSessionContext
,PojoImplicitReindexingResolverSessionContext
,PojoIndexingProcessorSessionContext
- All Known Implementing Classes:
AbstractPojoSearchSession
public interface PojoWorkSessionContext<R> 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 EntityReferenceFactory<R>
entityReferenceFactory()
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
-
entityReferenceFactory
EntityReferenceFactory<R> entityReferenceFactory()
-
-