Class InfinispanSimpleStringSetPojoPathFilterFactory
- java.lang.Object
-
- org.infinispan.search.mapper.model.impl.InfinispanSimpleStringSetPojoPathFilterFactory
-
- All Implemented Interfaces:
org.hibernate.search.mapper.pojo.model.path.spi.PojoPathsDefinition
public class InfinispanSimpleStringSetPojoPathFilterFactory extends Object implements org.hibernate.search.mapper.pojo.model.path.spi.PojoPathsDefinition
A factory for filters expecting a simple string representation of dirty paths, in the form "propertyA.propertyB.propertyC".See
PojoModelPathPropertyNode.toPropertyString()
.
-
-
Constructor Summary
Constructors Constructor Description InfinispanSimpleStringSetPojoPathFilterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
interpretPaths(Set<String> target, Set<org.hibernate.search.mapper.pojo.model.path.PojoModelPathValueNode> source)
List<String>
preDefinedOrdinals()
-