Uses of Interface
org.hibernate.search.mapper.pojo.model.path.spi.PojoPathFilterFactory
-
Packages that use PojoPathFilterFactory Package Description org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi -
-
Uses of PojoPathFilterFactory in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi with parameters of type PojoPathFilterFactory Modifier and Type Method Description PojoAdditionalMetadataCollectorEntityTypeNodePojoAdditionalMetadataCollectorTypeNode. markAsEntity(String entityName, PojoPathFilterFactory<Set<String>> pathFilterFactory)Mark this type as an entity type.
-