Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingStep
-
-
Uses of PropertyMappingStep in org.hibernate.search.mapper.pojo.bridge.builtin.annotation.processor.impl
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.annotation.processor.impl with parameters of type PropertyMappingStep Modifier and Type Method Description voidAlternativeDiscriminatorProcessor. process(PropertyMappingStep mapping, AlternativeDiscriminator annotation, PropertyMappingAnnotationProcessorContext context)voidGeoPointBindingProcessor. process(PropertyMappingStep mapping, GeoPointBinding annotation, PropertyMappingAnnotationProcessorContext context)voidLatitudeProcessor. process(PropertyMappingStep mapping, Latitude annotation, PropertyMappingAnnotationProcessorContext context)voidLongitudeProcessor. process(PropertyMappingStep mapping, Longitude annotation, PropertyMappingAnnotationProcessorContext context) -
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 PropertyMappingStep Modifier and Type Method Description voidPropertyMappingAnnotationProcessor. 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.annotation.processing.impl
-
Uses of PropertyMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Subinterfaces of PropertyMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic Modifier and Type Interface Description interfaceAssociationInverseSideOptionsStepThe step in a "association inverse side" definition where optional parameters can be set.interfaceIndexingDependencyOptionsStepThe step in an "indexing dependency" definition where optional parameters can be set.interfacePropertyMappingDocumentIdOptionsStepThe step in a property-to-document-ID mapping where optional parameters can be set.interfacePropertyMappingFieldOptionsStep<S extends PropertyMappingFieldOptionsStep<?>>The step in a property-to-index-field mapping where optional parameters can be set.interfacePropertyMappingFullTextFieldOptionsStepThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is a full-text field.interfacePropertyMappingGenericFieldOptionsStepThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is a generic field.interfacePropertyMappingIndexedEmbeddedStepThe step in a property-to-indexed-embedded mapping where optional parameters can be set.interfacePropertyMappingKeywordFieldOptionsStepThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is a keyword field.interfacePropertyMappingNonFullTextFieldOptionsStep<S extends PropertyMappingNonFullTextFieldOptionsStep<?>>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.interfacePropertyMappingScaledNumberFieldOptionsStepThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is a "scaled number" field.interfacePropertyMappingStandardFieldOptionsStep<S extends PropertyMappingStandardFieldOptionsStep<?>>The step in a property-to-index-field mapping where optional parameters can be set.Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return PropertyMappingStep Modifier and Type Method Description default PropertyMappingStepPropertyMappingStep. binder(PropertyBinder binder)Define a property binder, responsible for creating a bridge.PropertyMappingStepPropertyMappingStep. binder(PropertyBinder binder, Map<String,Object> params)Define a property binder, responsible for creating a bridge.default PropertyMappingStepPropertyMappingStep. marker(MarkerBinder binder)Define a marker binder, responsible for creating a marker object.PropertyMappingStepPropertyMappingStep. marker(MarkerBinder binder, Map<String,Object> params)Define a marker binder, responsible for creating a marker object.PropertyMappingStepTypeMappingStep. property(String propertyName)Starts the definition of the mapping of a specific property. -
Uses of PropertyMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl that return PropertyMappingStep Modifier and Type Method Description PropertyMappingStepTypeMappingStepImpl. property(String propertyName)
-