Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
Packages that use PropertyMappingStep
Package
Description
-
Uses of PropertyMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing with parameters of type PropertyMappingStepModifier and TypeMethodDescriptionvoid
PropertyMappingAnnotationProcessor.process
(PropertyMappingStep mapping, A annotation, PropertyMappingAnnotationProcessorContext context) Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter. -
Uses of PropertyMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Subinterfaces of PropertyMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.programmaticModifier and TypeInterfaceDescriptioninterface
The step in a "association inverse side" definition where optional parameters can be set.interface
The step in an "indexing dependency" definition where optional parameters can be set.interface
The step in a property-to-document-ID mapping where optional parameters can be set.interface
The step in a property-to-index-field mapping where optional parameters can be set.interface
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a full-text field.interface
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a generic field.interface
The step in a property-to-indexed-embedded mapping where optional parameters can be set.interface
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a keyword field.interface
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is not a full-text field.interface
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a "scaled number" field.interface
The step in a property-to-index-field mapping where optional parameters can be set.interface
The step in a property-to-index-field mapping where optional parameters can be set, when the index field is a vector field.Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return PropertyMappingStepModifier and TypeMethodDescriptiondefault PropertyMappingStep
PropertyMappingStep.binder
(PropertyBinder binder) Define a property binder, responsible for creating a bridge.PropertyMappingStep.binder
(PropertyBinder binder, Map<String, Object> params) Define a property binder, responsible for creating a bridge.default PropertyMappingStep
PropertyMappingStep.marker
(MarkerBinder binder) Define a marker binder, responsible for creating a marker object.PropertyMappingStep.marker
(MarkerBinder binder, Map<String, Object> params) Define a marker binder, responsible for creating a marker object.Starts the definition of the mapping of a specific property.