Class SessionBasedBridgeOperationContext

java.lang.Object
org.hibernate.search.mapper.pojo.bridge.runtime.impl.SessionBasedBridgeOperationContext
All Implemented Interfaces:
IdentifierBridgeFromDocumentIdentifierContext, PropertyBridgeWriteContext, RoutingBridgeRouteContext, TypeBridgeWriteContext, ValueBridgeFromIndexedValueContext

A single implementation for all the bridge context interfaces that rely on the session context.

We could split it into one class per interfaces, but currently we simply do not need to, since the only feature provided by each interface is an access to the extension. This might change in the future, though, which is why the interfaces themselves are split.