Annotation Type RoutingBinderRef
References a
RoutingBinder
.
References can use either a name, a type, or both.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Class used as a marker for the default value of thetype()
attribute. -
Optional Element Summary
Modifier and TypeOptional ElementDescriptionReference a routing binder by its bean name.Param[]
Class<? extends RoutingBinder>
Reference a routing binder by its bean type.
-
Element Details
-
name
String nameReference a routing binder by its bean name.- Returns:
- The bean name of the routing binder.
- Default:
- ""
-
type
Class<? extends RoutingBinder> typeReference a routing binder by its bean type.- Returns:
- The bean type of the routing binder.
- Default:
- org.hibernate.search.mapper.pojo.bridge.mapping.annotation.RoutingBinderRef.UndefinedRoutingBinderImplementationType.class
-
retrieval
BeanRetrieval retrieval- Returns:
- How to retrieve the binder. See
BeanRetrieval
.
- Default:
- ANY
-
params
Param[] params- Returns:
- Params that will be passed to the
RoutingBinder
.
- Default:
- {}
-