Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingScaledNumberFieldOptionsStep
Packages that use PropertyMappingScaledNumberFieldOptionsStep
-
Uses of PropertyMappingScaledNumberFieldOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Subinterfaces with type arguments of type PropertyMappingScaledNumberFieldOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmaticModifier and TypeInterfaceDescriptioninterfaceThe step in a property-to-index-field mapping where optional parameters can be set, when the index field is a "scaled number" field.Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return PropertyMappingScaledNumberFieldOptionsStepModifier and TypeMethodDescriptionPropertyMappingScaledNumberFieldOptionsStep.decimalScale(int decimalScale) PropertyMappingStep.scaledNumberField()Maps the property to a scaled number field in the index with the same name as this property.PropertyMappingStep.scaledNumberField(String relativeFieldName) Maps the property to a scaled number field in the index with a custom name.