| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.mapping.definition.programmatic |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociationInverseSideOptionsStep
The step in a "association inverse side" definition where optional parameters can be set.
|
interface |
IndexingDependencyOptionsStep
The step in an "indexing dependency" definition where optional parameters can be set.
|
interface |
PropertyMappingDocumentIdOptionsStep
The step in a property-to-document-ID mapping where optional parameters can be set.
|
interface |
PropertyMappingFieldOptionsStep<S extends PropertyMappingFieldOptionsStep<?>>
The step in a property-to-index-field mapping where optional parameters can be set.
|
interface |
PropertyMappingFullTextFieldOptionsStep
The step in a property-to-index-field mapping where optional parameters can be set,
when the index field is a full-text field.
|
interface |
PropertyMappingGenericFieldOptionsStep
The step in a property-to-index-field mapping where optional parameters can be set,
when the index field is a generic field.
|
interface |
PropertyMappingIndexedEmbeddedStep
The step in a property-to-indexed-embedded mapping where optional parameters can be set.
|
interface |
PropertyMappingKeywordFieldOptionsStep
The step in a property-to-index-field mapping where optional parameters can be set,
when the index field is a keyword field.
|
interface |
PropertyMappingNonFullTextFieldOptionsStep<S extends PropertyMappingNonFullTextFieldOptionsStep<?>>
The step in a property-to-index-field mapping where optional parameters can be set,
when the index field is not a full-text field.
|
interface |
PropertyMappingScaledNumberFieldOptionsStep
The step in a property-to-index-field mapping where optional parameters can be set,
when the index field is a "scaled number" field.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyMappingStep |
PropertyMappingStep.binder(PropertyBinder<?> binder) |
PropertyMappingStep |
PropertyMappingStep.bridge(BeanReference<? extends PropertyBridge> bridgeReference) |
PropertyMappingStep |
PropertyMappingStep.bridge(Class<? extends PropertyBridge> bridgeClass) |
PropertyMappingStep |
PropertyMappingStep.marker(MarkerBinder<?> binder) |
PropertyMappingStep |
TypeMappingStep.property(String propertyName)
Starts the definition of the mapping of a specific property.
|
PropertyMappingStep |
PropertyMappingStep.property(String propertyName)
Stops mapping the current property and switches to another one on the same parent type.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.