Annotation Type RoutingKeyBinding
-
@Deprecated @Documented @Incubating @Target(TYPE) @Retention(RUNTIME) @Repeatable(List.class) @TypeMapping(processor=@TypeMappingAnnotationProcessorRef(type=org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl.RoutingKeyBindingProcessor.class)) public @interface RoutingKeyBinding
Deprecated.Apply aRoutingBinderwithIndexed.routingBinder()instead.Maps an indexed type to its routing keys using aRoutingKeyBinder, which will define aRoutingKeyBridge.See the reference documentation for more information about bridges in general, and routing key bridges in particular.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description RoutingKeyBinderRefbinderDeprecated.
-
-
-
Element Detail
-
binder
RoutingKeyBinderRef binder
Deprecated.- Returns:
- A reference to the binder to use.
- See Also:
RoutingKeyBinderRef
-
-