Uses of Annotation Type
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.PropertyMapping
Packages that use PropertyMapping
Package
Description
-
Uses of PropertyMapping in org.hibernate.search.mapper.pojo.bridge.builtin.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.annotation with annotations of type PropertyMappingModifier and TypeClassDescription@interfaceMark the property as an alternative discriminator for use inAlternativeBinder.@interfaceDefines aGeoPointbinding from a type or a property to aGeoPointfield representing a point on earth.@interfaceMark the property hosting the latitude of a specific spatial coordinate.@interfaceMark the property hosting the longitude of a specific spatial coordinate. -
Uses of PropertyMapping in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation with annotations of type PropertyMappingModifier and TypeClassDescription@interfaceGiven an association from an entity typeAto an entity typeB, defines the inverse side of an association, i.e. the path fromBtoA.@interfaceMaps a property to the identifier of documents in the index.@interfaceMaps a property to a full-text field in the index, potentially holding multiple tokens (words) of text.@interfaceMaps an entity property to a field in the index.@interfaceMaps a property to an object field whose fields are the same as those defined in the property type.@interfaceGiven a property, defines how a dependency of the indexing process to this property should affect its reindexing.@interfaceMaps a property to a keyword field in the index, holding a single token (word) of text.@interfaceApplies a marker to a property using aMarkerBinder.@interfaceMaps a property to a non-standard field in the index.@interfaceMaps a property to index fields using aPropertyBinder, which will define aPropertyBridge.@interfaceMaps a property to a scaled number field in the index, i.e. a numeric field for integer or floating-point values that require a higher precision than doubles but always have roughly the same scale.@interfaceMaps an entity property to a vector field in the index.