Annotation Type PropertyBinderRef
References a
PropertyBinder
.
References can use either a name, a type, or both.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Class used as a marker for the default value of thetype()
attribute. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionReference a property binder by its bean name.Param[]
Class<? extends PropertyBinder>
Reference a property binder by its bean type.
-
Element Details
-
name
String nameReference a property binder by its bean name.- Returns:
- The bean name of the property binder.
- Default:
- ""
-
type
Class<? extends PropertyBinder> typeReference a property binder by its bean type.- Returns:
- The type of the property binder.
- Default:
- org.hibernate.search.mapper.pojo.bridge.mapping.annotation.PropertyBinderRef.UndefinedBinderImplementationType.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
PropertyBinder
.
- Default:
- {}
-