| Interface | Description |
|---|---|
| IndexBindingContext |
The binding context associated to a specific node in the entity tree.
|
| IndexedEmbeddedBindingContext |
The binding context associated to a specific non-root node in the entity tree.
|
| IndexedEntityBindingContext |
The binding context associated to the root node in the entity tree.
|
| IndexedEntityBindingMapperContext | |
| IndexSchemaContributionListener | |
| MappedIndexManagerBuilder |
A builder for
MappedIndexManager instances,
which will be the interface between the mapping and the index when indexing and searching. |
| MappedIndexManagerFactory |
A factory for
MappedIndexManager instances,
which will be the interface between the mapping and the index when indexing and searching. |
| Mapper<MPBS extends MappingPartialBuildState> | |
| MappingBuildContext |
A build context for mappings.
|
| MappingConfigurationCollector<C> | |
| MappingFinalizationContext |
The context passed to the mapper during the very last step of bootstrap.
|
| MappingFinalizer<PBM,M> |
An object responsible for finalizing a mapping.
|
| MappingInitiator<C,MPBS extends MappingPartialBuildState> |
An object responsible for initiating a mapping by contributing its basic configuration (indexed types, type metadata),
then creating the mapper based on the configuration processed by the engine.
|
| MappingKey<PBM,M> |
Tagging interface for objects used as a key to retrieve mappings at different states:
when finalizing the mapping in
SearchIntegrationFinalizer.finalizeMapping(MappingKey, MappingFinalizer). |
| MappingPartialBuildState | |
| TypeMetadataContributorProvider<C> | |
| TypeMetadataDiscoverer<C> |
| Class | Description |
|---|---|
| IndexedEmbeddedDefinition | |
| IndexedEmbeddedPathTracker |
A tracker for paths actually affected by an indexed embedded definition.
|
| IndexFieldTypeDefaultsProvider |
| Exception | Description |
|---|---|
| MappingAbortedException |
An exception thrown by
Mapper.prepareBuild() when detecting that failures were
collected
and deciding to abort early to avoid a snowball effect creating too many failures,
which would make the failure report unclear. |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.