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