Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingGenericFieldOptionsStep
Packages that use PropertyMappingGenericFieldOptionsStep
-
Uses of PropertyMappingGenericFieldOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return PropertyMappingGenericFieldOptionsStepModifier and TypeMethodDescriptionPropertyMappingStep.genericField()
Maps the property to a field of standard type in the index with the same name as this property.PropertyMappingStep.genericField
(String relativeFieldName) Maps the property to a field of standard type in the index with a custom name.