Uses of Interface
org.hibernate.search.mapper.pojo.bridge.RoutingBridge
-
Packages that use RoutingBridge Package Description org.hibernate.search.mapper.pojo.bridge.binding -
-
Uses of RoutingBridge in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding with parameters of type RoutingBridge Modifier and Type Method Description <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 RoutingBridge Modifier and Type Method Description <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.
-