@Documented @Target(value=TYPE) @Retention(value=RUNTIME) @Repeatable(value=TypeBinding.List.class) @TypeMapping(processor=@TypeMappingAnnotationProcessorRef(type=org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl.TypeBindingProcessor.class)) public @interface TypeBinding
TypeBinder,
which will define a TypeBridge.
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 type bridges in particular.
| Modifier and Type | Required Element and Description |
|---|---|
TypeBinderRef |
binder |
public abstract TypeBinderRef binder
TypeBinderRefCopyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.