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