Interface BackendSessionContext
-
- All Known Subinterfaces:
PojoMassIndexingSessionContext
,PojoScopeSessionContext
,PojoWorkSessionContext
- All Known Implementing Classes:
AbstractPojoSearchSession
public interface BackendSessionContext
Provides visibility from the lower layers of Hibernate Search (engine, backend) to the session defined in the upper layers (mapping).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackendMappingContext
mappingContext()
String
tenantIdentifier()
-
-
-
Method Detail
-
mappingContext
BackendMappingContext mappingContext()
-
tenantIdentifier
String tenantIdentifier()
-
-