Interface PojoWorkMappingContext
-
- All Superinterfaces:
BackendMappingContext,BridgeMappingContext
- All Known Subinterfaces:
HibernateOrmSearchSessionMappingContext,PojoScopeMappingContext,PojoSearchSessionMappingContext
- All Known Implementing Classes:
AbstractPojoMappingImplementor,HibernateOrmMapping
public interface PojoWorkMappingContext extends BackendMappingContext, BridgeMappingContext
Mapping-scoped information and operations for use in POJO work execution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PojoEntityReferenceFactoryDelegateentityReferenceFactoryDelegate()-
Methods 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 Detail
-
entityReferenceFactoryDelegate
PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate()
- Returns:
- A
PojoEntityReferenceFactoryDelegate.
-
-