Interface PojoWorkMappingContext
-
- All Superinterfaces:
BackendMappingContext
,BridgeMappingContext
- All Known Subinterfaces:
PojoScopeMappingContext
,PojoSearchSessionMappingContext
- All Known Implementing Classes:
AbstractPojoMappingImplementor
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 EntityReferenceFactory<?>
entityReferenceFactory()
-
Methods inherited from interface org.hibernate.search.engine.backend.mapping.spi.BackendMappingContext
toDocumentValueConvertContext
-
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeMappingContext
identifierBridgeToDocumentIdentifierContext, valueBridgeToIndexedValueContext
-
-
-
-
Method Detail
-
entityReferenceFactory
EntityReferenceFactory<?> entityReferenceFactory()
-
-