Annotation Type RoutingKeyBinderRef

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String name
      Deprecated.
      Reference a routing key binder by its bean name.
      Class<? extends RoutingKeyBinder> type
      Deprecated.
      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