Uses of Class
org.hibernate.search.mapper.pojo.model.path.PojoModelPath.Builder
Packages that use PojoModelPath.Builder
-
Uses of PojoModelPath.Builder in org.hibernate.search.mapper.pojo.model.path
Methods in org.hibernate.search.mapper.pojo.model.path that return PojoModelPath.BuilderModifier and TypeMethodDescriptionstatic PojoModelPath.Builder
PojoModelPath.builder()
Append to the path an access the property with the given name.Append to the path a value extraction using the given container extractor.PojoModelPath.Builder.value
(ContainerExtractorPath extractorPath) Append to the path a value extraction using the given container extractor path.PojoModelPath.Builder.valueWithDefaultExtractors()
Append to the path a value extraction using the default container extractors.PojoModelPath.Builder.valueWithoutExtractors()
Append to the path a direct value extraction, not using any container extractors.