Uses of Annotation Type
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MethodParameterMapping

Packages that use MethodParameterMapping
  • Uses of MethodParameterMapping in org.hibernate.search.mapper.pojo.mapping.definition.annotation

    Modifier and Type
    Class
    Description
    @interface 
    Maps a constructor parameter to a composite projection, which will combine multiple inner projections.
    @interface 
    Maps a constructor parameter to a distance projection, i.e. sequences of text that matched the query, extracted from the given field's value.
    @interface 
    Maps a constructor parameter to a projection to a DocumentReference representing the hit.
    @interface 
    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 
    Maps a constructor parameter to a projection to a reference to the entity that was originally indexed.
    @interface 
    Maps a constructor parameter to a projection to the value of a field in the indexed document.
    @interface 
    Maps a constructor parameter to a projection to highlights, i.e. sequences of text that matched the query, extracted from the given field's value.
    @interface 
    Maps a constructor parameter to a projection to the identifier of the mapped entity, i.e. the value of the property marked as @DocumentId.
    @interface 
    Maps a constructor parameter to an object projection bound to a specific object field in the indexed document.
    @interface 
    Maps a constructor parameter to a projection to the identifier of the mapped entity, i.e. the value of the property marked as @DocumentId.
    @interface 
    Maps a constructor parameter to a projection to the score of the hit.