Package org.hibernate.search.mapper.pojo.bridge.runtime
package org.hibernate.search.mapper.pojo.bridge.runtime
-
InterfacesClassDescriptionAn extension to
IdentifierBridgeFromDocumentIdentifierContext
, allowing to access non-standard context specific to a given mapper.An extension toIdentifierBridgeToDocumentIdentifierContext
, allowing to access non-standard context specific to a given mapper.The context passed toPropertyBridge.write(DocumentElement, Object, PropertyBridgeWriteContext)
.An extension toPropertyBridgeWriteContext
, allowing to access non-standard context specific to a given mapper.The context passed toRoutingBridge.route(DocumentRoutes, Object, Object, RoutingBridgeRouteContext)
.An extension toRoutingBridgeRouteContext
, allowing to access non-standard context specific to a given mapper.The context passed toTypeBridge.write(DocumentElement, Object, TypeBridgeWriteContext)
.An extension toTypeBridgeWriteContext
, allowing to access non-standard context specific to a given mapper.The context passed toValueBridge.fromIndexedValue(Object, ValueBridgeFromIndexedValueContext)
.An extension toValueBridgeToIndexedValueContext
, allowing to access non-standard context specific to a given mapper.The context passed toValueBridge.toIndexedValue(Object, ValueBridgeToIndexedValueContext)
.An extension toValueBridgeToIndexedValueContext
, allowing to access non-standard context specific to a given mapper.