public interface PropertyMappingDocumentIdOptionsStep extends PropertyMappingStep
| Modifier and Type | Method and Description |
|---|---|
PropertyMappingDocumentIdOptionsStep |
identifierBinder(IdentifierBinder binder) |
PropertyMappingDocumentIdOptionsStep |
identifierBridge(BeanReference<? extends IdentifierBridge<?>> bridgeReference) |
PropertyMappingDocumentIdOptionsStep |
identifierBridge(Class<? extends IdentifierBridge<?>> bridgeClass) |
default PropertyMappingDocumentIdOptionsStep |
identifierBridge(IdentifierBridge<?> bridgeInstance) |
associationInverseSide, binder, documentId, fullTextField, fullTextField, genericField, genericField, indexedEmbedded, indexingDependency, keywordField, keywordField, marker, nonStandardField, nonStandardField, scaledNumberField, scaledNumberFieldPropertyMappingDocumentIdOptionsStep identifierBridge(Class<? extends IdentifierBridge<?>> bridgeClass)
bridgeClass - The class of the bridge to use.this, for method chaining.IdentifierBridgePropertyMappingDocumentIdOptionsStep identifierBridge(BeanReference<? extends IdentifierBridge<?>> bridgeReference)
bridgeReference - A BeanReference pointing to the bridge to use.
See the static "ofXXX()" methods of BeanReference for details about the various type of references
(by name, by type, ...).this, for method chaining.IdentifierBridgedefault PropertyMappingDocumentIdOptionsStep identifierBridge(IdentifierBridge<?> bridgeInstance)
bridgeInstance - A bridge instance to use.this, for method chaining.IdentifierBridgePropertyMappingDocumentIdOptionsStep identifierBinder(IdentifierBinder binder)
binder - A IdentifierBinder responsible for creating a bridge.this, for method chaining.IdentifierBinderCopyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.