Annotation Type RoutingKeyBinderRef
-
@Documented @Target({}) @Retention(RUNTIME) @Deprecated public @interface RoutingKeyBinderRef
Deprecated.Only useful inRoutingKeyBinding, which is deprecated.References aRoutingKeyBinder.References can use either a name, a type, or both.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringnameDeprecated.Reference a routing key binder by its bean name.Class<? extends RoutingKeyBinder>typeDeprecated.Reference a routing key binder by its bean type.
-
-
-
Element Detail
-
name
String name
Deprecated.Reference a routing key binder by its bean name.- Returns:
- The bean name of the routing key binder.
- Default:
- ""
-
-
-
type
Class<? extends RoutingKeyBinder> type
Deprecated.Reference a routing key binder by its bean type.- Returns:
- The type of the routing key binder.
- Default:
- org.hibernate.search.mapper.pojo.bridge.mapping.annotation.RoutingKeyBinderRef.UndefinedBinderImplementationType.class
-
-