Interface BackendMappingContext
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.
-