Annotation Interface ValueBinderRef
A reference to the value bridge to use in a
@*Field annotation,
for example in GenericField.valueBridge(), KeywordField.valueBridge(),
or FullTextField.valueBridge().
Either a bridge or a binder can be referenced, but never both. References can use either a name, a type, or both.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClass used as a marker for the default value of thetype()attribute. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionReference a value binder by its bean name.Param[]Class<? extends ValueBinder> Reference a value binder by its type.
-
Element Details
-
name
String nameReference a value binder by its bean name.- Returns:
- The bean name of the value binder.
- Default:
""
-
type
Class<? extends ValueBinder> typeReference a value binder by its type.- Returns:
- The type of the value binder.
- Default:
org.hibernate.search.mapper.pojo.bridge.mapping.annotation.ValueBinderRef.UndefinedBinderImplementationType.class
-
retrieval
-
params
-