Annotation Type RoutingKeyBinding
-
@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
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 RoutingKeyBinderRefbinder
-
-
-
Element Detail
-
binder
RoutingKeyBinderRef binder
- Returns:
- A reference to the binder to use.
- See Also:
RoutingKeyBinderRef
-
-