Uses of Interface
org.hibernate.search.mapper.pojo.model.path.spi.PojoPathFilter
-
Packages that use PojoPathFilter Package Description org.hibernate.search.mapper.pojo.model.path.spi -
-
Uses of PojoPathFilter in org.hibernate.search.mapper.pojo.model.path.spi
Classes in org.hibernate.search.mapper.pojo.model.path.spi that implement PojoPathFilter Modifier and Type Class Description classStringSetPojoPathFilterA filter expecting a simple string representation of dirty paths.Methods in org.hibernate.search.mapper.pojo.model.path.spi that return PojoPathFilter Modifier and Type Method Description PojoPathFilter<S>PojoPathFilterFactory. create(Set<PojoModelPathValueNode> paths)static <S> PojoPathFilter<S>PojoPathFilter. empty()
-