Class SimplePojoPathsDefinitionProvider

java.lang.Object
org.hibernate.search.mapper.pojo.model.path.impl.SimplePojoPathsDefinitionProvider
All Implemented Interfaces:
PojoPathDefinitionProvider

public class SimplePojoPathsDefinitionProvider extends Object implements PojoPathDefinitionProvider
A PojoPathDefinitionProvider using a simple string representation of dirty paths, in the form "propertyA.propertyB.propertyC".

See PojoModelPathPropertyNode.toPropertyString().