Class PojoPathDefinition
java.lang.Object
org.hibernate.search.mapper.pojo.model.path.spi.PojoPathDefinition
A static definition of POJO paths for a given entity type, allowing the creation of path filters.
-
Constructor Summary
ConstructorsConstructorDescriptionPojoPathDefinition
(Set<String> stringRepresentations, Optional<PojoPathEntityStateRepresentation> entityStateRepresentation) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PojoPathDefinition
public PojoPathDefinition(Set<String> stringRepresentations, Optional<PojoPathEntityStateRepresentation> entityStateRepresentation)
-
-
Method Details
-
stringRepresentations
- Returns:
- The string representations of this path.
-
entityStateRepresentation
-