Annotation Type PropertyBinderRef
-
@Documented @Target({}) @Retention(RUNTIME) public @interface PropertyBinderRef
References aPropertyBinder.References can use either a name, a type, or both.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringnameReference a property binder by its bean name.BeanRetrievalretrievalClass<? extends PropertyBinder>typeReference a property binder by its bean type.
-
-
-
Element Detail
-
name
String name
Reference a property binder by its bean name.- Returns:
- The bean name of the property binder.
- Default:
- ""
-
-
-
type
Class<? extends PropertyBinder> type
Reference 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:
- org.hibernate.search.engine.environment.bean.BeanRetrieval.ANY
-
-