@Documented @Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) @PropertyMapping(processor=@PropertyMappingAnnotationProcessorRef(type=org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl.DocumentIdProcessor.class)) public @interface DocumentId
This annotation is only taken into account on Indexed types.
| Modifier and Type | Optional Element and Description |
|---|---|
IdentifierBinderRef |
identifierBinder |
IdentifierBridgeRef |
identifierBridge |
public abstract IdentifierBridgeRef identifierBridge
identifierBinder() is set.IdentifierBridgeRefpublic abstract IdentifierBinderRef identifierBinder
identifierBridge() is set.IdentifierBinderRefCopyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.