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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
interpretPaths
(Set<String> target, Set<org.hibernate.search.mapper.pojo.model.path.PojoModelPathValueNode> source)
-
Constructor Details
-
InfinispanSimpleStringSetPojoPathFilterFactory
public InfinispanSimpleStringSetPojoPathFilterFactory()
-
-
Method Details
-
preDefinedOrdinals
- Specified by:
preDefinedOrdinals
in interfaceorg.hibernate.search.mapper.pojo.model.path.spi.PojoPathsDefinition
-
interpretPaths
public void interpretPaths(Set<String> target, Set<org.hibernate.search.mapper.pojo.model.path.PojoModelPathValueNode> source) - Specified by:
interpretPaths
in interfaceorg.hibernate.search.mapper.pojo.model.path.spi.PojoPathsDefinition
-