| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.mapping.definition.programmatic |
| Modifier and Type | Method and Description |
|---|---|
PropertyMappingDocumentIdOptionsStep |
PropertyMappingStep.documentId()
Maps the property to the identifier of documents in the index.
|
PropertyMappingDocumentIdOptionsStep |
PropertyMappingDocumentIdOptionsStep.identifierBinder(IdentifierBinder binder) |
PropertyMappingDocumentIdOptionsStep |
PropertyMappingDocumentIdOptionsStep.identifierBridge(BeanReference<? extends IdentifierBridge<?>> bridgeReference) |
PropertyMappingDocumentIdOptionsStep |
PropertyMappingDocumentIdOptionsStep.identifierBridge(Class<? extends IdentifierBridge<?>> bridgeClass) |
default PropertyMappingDocumentIdOptionsStep |
PropertyMappingDocumentIdOptionsStep.identifierBridge(IdentifierBridge<?> bridgeInstance) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.