Uses of Package
org.hibernate.search.mapper.pojo.mapping.definition.annotation
-
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation used by org.hibernate.search.mapper.pojo.mapping.definition.annotation Class Description AnnotationMappingConfigurationContext A context to configure annotation mapping.FullTextField Maps a property to a full-text field in the index, potentially holding multiple tokens (words) of text.GenericField Maps an entity property to a field in the index.IndexedEmbedded Maps a property to an object field whose fields are the same as those defined in the property type.KeywordField Maps a property to a keyword field in the index, holding a single token (word) of text.MarkerBinding Applies a marker to a property using aMarkerBinder.NonStandardField Maps a property to a non-standard field in the index.ObjectPath A path from a root object to one or more target value(s).PropertyBinding Maps a property to index fields using aPropertyBinder, which will define aPropertyBridge.PropertyValue A reference to a POJO property using its name, and to one or more target value(s) in that property using aContainerExtraction.RoutingKeyBinding Deprecated.Apply aRoutingBinderwithIndexed.routingBinder()instead.ScaledNumberField Maps a property to a scaled number field in the index, i.e.TypeBinding Maps a type to index fields using aTypeBinder, which will define aTypeBridge. -
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation used by org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing Class Description ObjectPath A path from a root object to one or more target value(s). -
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation used by org.hibernate.search.mapper.pojo.mapping.spi Class Description AnnotationMappingConfigurationContext A context to configure annotation mapping.