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
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.