Uses of Interface
org.hibernate.search.mapper.pojo.mapping.building.spi.PojoIndexMappingCollectorPropertyNode
-
Packages that use PojoIndexMappingCollectorPropertyNode Package Description org.hibernate.search.mapper.pojo.mapping.building.spi org.hibernate.search.mapper.pojo.processing.building.impl -
-
Uses of PojoIndexMappingCollectorPropertyNode in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi that return PojoIndexMappingCollectorPropertyNode Modifier and Type Method Description PojoIndexMappingCollectorPropertyNodePojoIndexMappingCollectorTypeNode. property(String propertyName)Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type PojoIndexMappingCollectorPropertyNode Modifier and Type Method Description voidErrorCollectingPojoPropertyMetadataContributor. contributeIndexMapping(PojoIndexMappingCollectorPropertyNode collector)default voidPojoPropertyMetadataContributor. contributeIndexMapping(PojoIndexMappingCollectorPropertyNode collector) -
Uses of PojoIndexMappingCollectorPropertyNode in org.hibernate.search.mapper.pojo.processing.building.impl
Methods in org.hibernate.search.mapper.pojo.processing.building.impl that return PojoIndexMappingCollectorPropertyNode Modifier and Type Method Description PojoIndexMappingCollectorPropertyNodeAbstractPojoIndexingProcessorTypeNodeBuilder. property(String propertyName)
-