Interface BackendMappingContext
-
- All Known Subinterfaces:
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ToDocumentValueConvertContext
toDocumentValueConvertContext()
-
-
-
Method Detail
-
toDocumentValueConvertContext
ToDocumentValueConvertContext toDocumentValueConvertContext()
-
-