interface |
CompositeProjection |
Maps a constructor parameter to a composite projection,
which will combine multiple inner projections.
|
interface |
DocumentReferenceProjection |
Maps a constructor parameter to a projection to a DocumentReference representing the hit.
|
interface |
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.
|
interface |
EntityReferenceProjection |
Maps a constructor parameter to a projection to a reference to the entity that was originally indexed.
|
interface |
FieldProjection |
Maps a constructor parameter to a projection to the value of a field in the indexed document.
|
interface |
HighlightProjection |
Maps a constructor parameter to a projection to highlights,
i.e.
|
interface |
IdProjection |
Maps a constructor parameter to a projection to the identifier of the mapped entity,
i.e.
|
interface |
ObjectProjection |
Maps a constructor parameter to an object projection bound to a specific object field in the indexed document.
|
interface |
ProjectionBinding |
Maps a constructor parameter to a projection to the identifier of the mapped entity,
i.e.
|
interface |
ScoreProjection |
Maps a constructor parameter to a projection to the score of the hit.
|