@Documented @Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) @Repeatable(value=PropertyBinding.List.class) @PropertyMapping(processor=@PropertyMappingAnnotationProcessorRef(type=org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl.PropertyBindingProcessor.class)) public @interface PropertyBinding
PropertyBinder,
which will define a PropertyBridge.
This is a more complicated,
but more powerful alternative to mapping properties to field directly
using field annotations such as GenericField.
See the reference documentation for more information about bridges in general, and property bridges in particular.
| Modifier and Type | Required Element and Description |
|---|---|
PropertyBinderRef |
binder |
public abstract PropertyBinderRef binder
PropertyBinderRefCopyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.