Interface PojoScopeSessionContext
-
- All Superinterfaces:
BackendSessionContext
,BridgeSessionContext
- All Known Implementing Classes:
AbstractPojoSearchSession
public interface PojoScopeSessionContext extends BridgeSessionContext, BackendSessionContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PojoScopeMappingContext
mappingContext()
-
Methods inherited from interface org.hibernate.search.engine.backend.session.spi.BackendSessionContext
tenantIdentifier
-
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
identifierBridgeFromDocumentIdentifierContext, propertyBridgeWriteContext, routingBridgeRouteContext, tenantIdentifier, typeBridgeWriteContext, valueBridgeFromIndexedValueContext
-
-
-
-
Method Detail
-
mappingContext
PojoScopeMappingContext mappingContext()
- Specified by:
mappingContext
in interfaceBackendSessionContext
- Specified by:
mappingContext
in interfaceBridgeSessionContext
-
-