Interface PojoScopeMappingContext
- All Superinterfaces:
BackendMappingContext
,BridgeMappingContext
,PojoMassIndexingMappingContext
,PojoWorkMappingContext
- All Known Subinterfaces:
PojoSearchSessionMappingContext
- All Known Implementing Classes:
AbstractPojoMappingImplementor
public interface PojoScopeMappingContext
extends PojoWorkMappingContext, PojoMassIndexingMappingContext
Mapping-scoped information and operations for use in POJO scopes.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.hibernate.search.engine.backend.mapping.spi.BackendMappingContext
entityReferenceFactory, hints, mappedTypeContext, projectionRegistry, toDocumentValueConvertContext
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeMappingContext
identifierBridgeToDocumentIdentifierContext, valueBridgeToIndexedValueContext
Methods inherited from interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingMappingContext
createMassIndexerAgent, failureHandler, threadPoolProvider
-
Method Details
-
entityReferenceFactoryDelegate
PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate()- Specified by:
entityReferenceFactoryDelegate
in interfacePojoMassIndexingMappingContext
- Specified by:
entityReferenceFactoryDelegate
in interfacePojoWorkMappingContext
- Returns:
- A
PojoEntityReferenceFactoryDelegate
.
-