Uses of Interface
org.hibernate.search.mapper.pojo.bridge.RoutingBridge
Packages that use RoutingBridge
-
Uses of RoutingBridge in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding with parameters of type RoutingBridgeModifier and TypeMethodDescription<E> void
RoutingBindingContext.bridge
(Class<E> expectedType, RoutingBridge<E> bridge) Sets the object responsible for routing indexed entities to the correct index/shard.Method parameters in org.hibernate.search.mapper.pojo.bridge.binding with type arguments of type RoutingBridgeModifier and TypeMethodDescription<E> void
RoutingBindingContext.bridge
(Class<E> expectedType, BeanHolder<? extends RoutingBridge<E>> bridgeHolder) Sets the object responsible for routing indexed entities to the correct index/shard.