| AssociationInverseSide |
Given an association from an entity type A to an entity type B,
defines the inverse side of an association,
i.e.
|
| AssociationInverseSide.List |
|
| CompositeProjection |
Maps a constructor parameter to a composite projection,
which will combine multiple inner projections.
|
| DocumentId |
Maps a property to the identifier of documents in the index.
|
| DocumentReferenceProjection |
Maps a constructor parameter to a projection to a DocumentReference representing the hit.
|
| EntityProjection |
Maps a constructor parameter to a projection to the entity that was originally indexed,
which for the Hibernate ORM mapper is a managed entity loaded from the database.
|
| EntityReferenceProjection |
Maps a constructor parameter to a projection to a reference to the entity that was originally indexed.
|
| FieldProjection |
Maps a constructor parameter to a projection to the value of a field in the indexed document.
|
| 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 |
|
| HighlightProjection |
Maps a constructor parameter to a projection to highlights,
i.e.
|
| IdProjection |
Maps a constructor parameter to a projection to the identifier of the mapped entity,
i.e.
|
| 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 its reindexing.
|
| IndexingDependency.List |
|
| KeywordField |
Maps a property to a keyword field in the index, holding a single token (word) of text.
|
| KeywordField.List |
|
| MarkerBinding |
|
| 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).
|
| ObjectProjection |
Maps a constructor parameter to an object projection bound to a specific object field in the indexed document.
|
| ProjectionBinding |
Maps a constructor parameter to a projection to the identifier of the mapped entity,
i.e.
|
| ProjectionConstructor |
Marks a constructor to use for projections from an index object (root or object field) to a Java object.
|
| PropertyBinding |
|
| 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.
|
| ScaledNumberField |
Maps a property to a scaled number field in the index,
i.e.
|
| ScaledNumberField.List |
|
| ScoreProjection |
Maps a constructor parameter to a projection to the score of the hit.
|
| TypeBinding |
|
| TypeBinding.List |
|