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
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation with annotations of type MethodParameterMappingModifier and TypeClassDescription@interfaceMaps a constructor parameter to a composite projection, which will combine multiple inner projections.@interfaceMaps a constructor parameter to a distance projection, i.e. sequences of text that matched the query, extracted from the given field's value.@interfaceMaps a constructor parameter to a projection to aDocumentReferencerepresenting the hit.@interfaceMaps 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.@interfaceMaps a constructor parameter to a projection to a reference to the entity that was originally indexed.@interfaceMaps a constructor parameter to a projection to the value of a field in the indexed document.@interfaceMaps a constructor parameter to a projection to highlights, i.e. sequences of text that matched the query, extracted from the given field's value.@interfaceMaps a constructor parameter to a projection to the identifier of the mapped entity, i.e. the value of the property marked as@DocumentId.@interfaceMaps a constructor parameter to an object projection bound to a specific object field in the indexed document.@interfaceMaps a constructor parameter to a projection to the identifier of the mapped entity, i.e. the value of the property marked as@DocumentId.@interfaceMaps a constructor parameter to a projection to the score of the hit.