Interface PojoScopeSessionContext
- All Superinterfaces:
org.hibernate.search.engine.backend.session.spi.BackendSessionContext,BridgeSessionContext
- All Known Implementing Classes:
AbstractPojoSearchSession
public interface PojoScopeSessionContext
extends BridgeSessionContext, org.hibernate.search.engine.backend.session.spi.BackendSessionContext
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.backend.session.spi.BackendSessionContext
tenantIdentifierMethods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
identifierBridgeFromDocumentIdentifierContext, propertyBridgeWriteContext, routingBridgeRouteContext, tenantIdentifier, tenantIdentifierValue, typeBridgeWriteContext, valueBridgeFromIndexedValueContext
-
Method Details
-
mappingContext
PojoScopeMappingContext mappingContext()- Specified by:
mappingContextin interfaceorg.hibernate.search.engine.backend.session.spi.BackendSessionContext- Specified by:
mappingContextin interfaceBridgeSessionContext
-