Interface BackendMappingContext
- All Known Subinterfaces:
PojoMassIndexingMappingContext
,PojoScopeMappingContext
,PojoSearchSessionMappingContext
,PojoWorkMappingContext
- All Known Implementing Classes:
AbstractPojoMappingImplementor
public interface BackendMappingContext
Provides visibility from the lower layers of Hibernate Search (engine, backend)
to the mapping defined in the upper layers.
-
Method Summary
-
Method Details
-
hints
BackendMappingHints hints() -
toDocumentValueConvertContext
ToDocumentValueConvertContext toDocumentValueConvertContext() -
projectionRegistry
ProjectionRegistry projectionRegistry() -
mappedTypeContext
-
entityReferenceFactory
EntityReferenceFactory entityReferenceFactory()- Returns:
- A
EntityReferenceFactory
.
-