| Interface | Description |
|---|---|
| AnnotationMappingConfigurationContext |
A context to configure annotation mapping.
|
| Class | Description |
|---|---|
| AnnotationDefaultValues |
| Annotation Type | Description |
|---|---|
| AssociationInverseSide |
Given an association from an entity type
A to an entity type B,
defines the inverse side of an association,
i.e. |
| DocumentId |
Maps a property to the identifier of documents in the index.
|
| FullTextField |
Maps a property to a full-text field in the index, potentially holding multiple tokens (words) of text.
|
| FullTextField.List | |
| GenericField |
Maps an entity property to a field in the index.
|
| GenericField.List | |
| Indexed |
Maps an entity type to an index.
|
| IndexedEmbedded |
Maps a property to an object field whose fields are the same as those defined in the property type.
|
| IndexedEmbedded.List | |
| IndexingDependency |
Given a property, defines how a dependency of the indexing process to this property
should affect automatic indexing.
|
| KeywordField |
Maps a property to a keyword field in the index, holding a single token (word) of text.
|
| KeywordField.List | |
| MarkerBinding |
Applies a marker to a property using a
MarkerBinder. |
| MarkerBinding.List | |
| NonStandardField |
Maps a property to a non-standard field in the index.
|
| NonStandardField.List | |
| ObjectPath |
A path from a root object to one or more target value(s).
|
| PropertyBinding |
Maps a property to index fields using a
PropertyBinder,
which will define a PropertyBridge. |
| PropertyBinding.List | |
| PropertyValue |
A reference to a POJO property using its name,
and to one or more target value(s) in that property using a
ContainerExtraction. |
| RoutingKeyBinding |
Maps an indexed type to its routing keys using a
RoutingKeyBinder,
which will define a RoutingKeyBridge. |
| RoutingKeyBinding.List | |
| ScaledNumberField |
Maps a property to a scaled number field in the index,
i.e.
|
| ScaledNumberField.List | |
| TypeBinding |
Maps a type to index fields using a
TypeBinder,
which will define a TypeBridge. |
| TypeBinding.List |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.