| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.model.path |
| Modifier and Type | Method and Description |
|---|---|
static PojoModelPath.Builder |
PojoModelPath.builder() |
PojoModelPath.Builder |
PojoModelPath.Builder.property(String propertyName)
Append to the path an access the property with the given name.
|
PojoModelPath.Builder |
PojoModelPath.Builder.value(ContainerExtractorPath extractorPath)
Append to the path a value extraction using the given container extractor path.
|
PojoModelPath.Builder |
PojoModelPath.Builder.value(String extractorName)
Append to the path a value extraction using the given container extractor.
|
PojoModelPath.Builder |
PojoModelPath.Builder.valueWithDefaultExtractors()
Append to the path a value extraction using the default container extractors.
|
PojoModelPath.Builder |
PojoModelPath.Builder.valueWithoutExtractors()
Append to the path a direct value extraction, not using any container extractors.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.