Uses of Interface
org.hibernate.search.mapper.pojo.bridge.runtime.RoutingBridgeRouteContext
-
-
Uses of RoutingBridgeRouteContext in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type RoutingBridgeRouteContext Modifier and Type Method Description Optional<HibernateOrmSessionContext>
HibernateOrmExtension. 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 RoutingBridgeRouteContext Modifier and Type Method Description void
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 RoutingBridgeRouteContext Modifier and Type Method Description Optional<T>
RoutingBridgeRouteContextExtension. 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 Modifier and Type Method Description RoutingBridgeRouteContext
BridgeSessionContext. routingBridgeRouteContext()
-
Uses of RoutingBridgeRouteContext in org.hibernate.search.mapper.pojo.session.spi
Methods in org.hibernate.search.mapper.pojo.session.spi that return RoutingBridgeRouteContext Modifier and Type Method Description RoutingBridgeRouteContext
AbstractPojoSearchSession. routingBridgeRouteContext()
-