Package org.hibernate.search.mapper.pojo.mapping.definition.annotation
package org.hibernate.search.mapper.pojo.mapping.definition.annotation
-
ClassDescriptionA context to configure annotation mapping.Given an association from an entity type
Ato an entity typeB, defines the inverse side of an association, i.e.Maps a property to the identifier of documents in the index.Maps a property to a full-text field in the index, potentially holding multiple tokens (words) of text.Maps an entity property to a field in the index.Maps an entity type to an index.Maps a property to an object field whose fields are the same as those defined in the property type.Given a property, defines how a dependency of the indexing process to this property should affect automatic indexing.Maps a property to a keyword field in the index, holding a single token (word) of text.Applies a marker to a property using aMarkerBinder.Maps a property to a non-standard field in the index.A path from a root object to one or more target value(s).Marks a constructor to use for projections from an index object (root or object field) to a Java object.Maps a property to index fields using aPropertyBinder, which will define aPropertyBridge.A reference to a POJO property using its name, and to one or more target value(s) in that property using aContainerExtraction.Maps a property to a scaled number field in the index, i.e.Maps a type to index fields using aTypeBinder, which will define aTypeBridge.