Class PojoRuntimePathsBuildingHelper
java.lang.Object
org.hibernate.search.mapper.pojo.model.path.impl.PojoRuntimePathsBuildingHelper
A helper dealing with runtime paths, e.g.
PojoPathFilterImpl, path ordinals, ...-
Constructor Summary
ConstructorsConstructorDescriptionPojoRuntimePathsBuildingHelper(PojoPathDefinitionProvider pathDefinitionProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreateFilter(Set<PojoModelPathValueNode> paths) createFilterForNonNullOrdinals(List<?> list)
-
Constructor Details
-
PojoRuntimePathsBuildingHelper
-
-
Method Details
-
toPathDefinition
-
pathOrdinals
-
createFilter
- Parameters:
paths- The set of paths to test for dirtiness. The set must be non-null and non-empty, and the elements must be non-null. Container value extractor paths must be completely resolved:ContainerExtractorPath.defaultExtractors()is an invalid value that must never appear in the given paths.- Returns:
- A filter accepting only the given paths.
-
createFilterForNonNullOrdinals
-