@Documented @Incubating @Target(value=TYPE) @Retention(value=RUNTIME) @Repeatable(value=RoutingKeyBinding.List.class) @TypeMapping(processor=@TypeMappingAnnotationProcessorRef(type=org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl.RoutingKeyBindingProcessor.class)) public @interface RoutingKeyBinding
RoutingKeyBinder,
which will define a RoutingKeyBridge.
See the reference documentation for more information about bridges in general, and routing key bridges in particular.
| Modifier and Type | Required Element and Description |
|---|---|
RoutingKeyBinderRef |
binder |
public abstract RoutingKeyBinderRef binder
RoutingKeyBinderRefCopyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.