Interface BackendSessionContext
-
public interface BackendSessionContextProvides 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 BackendMappingContextmappingContext()StringtenantIdentifier()
-
-
-
Method Detail
-
mappingContext
BackendMappingContext mappingContext()
-
tenantIdentifier
String tenantIdentifier()
-
-