Interface PojoWorkMappingContext
- All Superinterfaces:
BackendMappingContext
,BridgeMappingContext
- All Known Subinterfaces:
PojoScopeMappingContext
,PojoSearchSessionMappingContext
- All Known Implementing Classes:
AbstractPojoMappingImplementor
Mapping-scoped information and operations for use in POJO work execution.
-
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
-
Method Details
-
entityReferenceFactoryDelegate
PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate()- Returns:
- A
PojoEntityReferenceFactoryDelegate
.
-