| CompositeProjectionBinder |
Binds a constructor parameter to a composite projection,
which will combine multiple inner projections.
|
| DocumentReferenceProjectionBinder |
Binds a constructor parameter to a projection to a
DocumentReference representing the hit.
|
| EntityProjectionBinder |
Binds 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.
|
| EntityReferenceProjectionBinder |
Binds a constructor parameter to a projection to a reference to the entity that was originally indexed.
|
| FieldProjectionBinder |
Binds a constructor parameter to a projection to the value of a field in the indexed document.
|
| HighlightProjectionBinder |
Binds a constructor parameter to a projection to highlights,
i.e.
|
| IdProjectionBinder |
Binds a constructor parameter to a projection to the identifier of the mapped entity,
i.e.
|
| ObjectProjectionBinder |
Binds a constructor parameter to an object projection bound to a specific object field in the indexed document.
|
| ScoreProjectionBinder |
Binds a constructor parameter to a projection to the score of a hit.
|