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.orm
Methods in org.hibernate.search.mapper.orm with parameters of type RoutingBridgeRouteContextModifier and TypeMethodDescriptionHibernateOrmExtension.extendOptional
(RoutingBridgeRouteContext original, BridgeSessionContext sessionContext) Attempt to extend a given context, returning an emptyOptional
in case of failure. -
Uses of RoutingBridgeRouteContext in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type RoutingBridgeRouteContextModifier and TypeMethodDescriptionvoid
RoutingBridge.previousRoutes
(DocumentRoutes routes, Object entityIdentifier, E indexedEntity, RoutingBridgeRouteContext context) Defines the potential previous routes for an indexed entity.void
RoutingBridge.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 emptyOptional
in 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