| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.bridge.binding | |
| org.hibernate.search.mapper.pojo.model.dependency |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyIndexingDependencyConfigurationContext |
PropertyBindingContext.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyIndexingDependencyConfigurationContext |
PojoPropertyIndexingDependencyConfigurationContext.use(ContainerExtractorPath extractorPathFromBridgedProperty,
PojoModelPathValueNode pathFromExtractedBridgedPropertyValueToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
default PojoPropertyIndexingDependencyConfigurationContext |
PojoPropertyIndexingDependencyConfigurationContext.use(ContainerExtractorPath extractorPathFromBridgedProperty,
String pathFromExtractedBridgedPropertyValueToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
default PojoPropertyIndexingDependencyConfigurationContext |
PojoPropertyIndexingDependencyConfigurationContext.use(PojoModelPathValueNode pathFromBridgedPropertyToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
default PojoPropertyIndexingDependencyConfigurationContext |
PojoPropertyIndexingDependencyConfigurationContext.use(String pathFromBridgedPropertyToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.