Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.RoutingBridgeRouteContext
Packages that use RoutingBridgeRouteContext
Package
Description
-
Uses of RoutingBridgeRouteContext in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type RoutingBridgeRouteContextModifier and TypeMethodDescriptionvoidRoutingBridge.previousRoutes(DocumentRoutes routes, Object entityIdentifier, E indexedEntity, RoutingBridgeRouteContext context) Defines the potential previous routes for an indexed entity.voidRoutingBridge.route(DocumentRoutes routes, Object entityIdentifier, E indexedEntity, RoutingBridgeRouteContext context) Routes an indexed entity. -
Uses of RoutingBridgeRouteContext in org.hibernate.search.mapper.pojo.bridge.runtime
Methods in org.hibernate.search.mapper.pojo.bridge.runtime with parameters of type RoutingBridgeRouteContextModifier and TypeMethodDescriptionRoutingBridgeRouteContextExtension.extendOptional(RoutingBridgeRouteContext original, BridgeSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of RoutingBridgeRouteContext in org.hibernate.search.mapper.pojo.bridge.runtime.spi
Methods in org.hibernate.search.mapper.pojo.bridge.runtime.spi that return RoutingBridgeRouteContext -
Uses of RoutingBridgeRouteContext in org.hibernate.search.mapper.pojo.session.spi
Methods in org.hibernate.search.mapper.pojo.session.spi that return RoutingBridgeRouteContext