| Package | Description |
|---|---|
| org.hibernate.search.mapper.pojo.model.dependency |
| Modifier and Type | Method and Description |
|---|---|
default PojoOtherEntityIndexingDependencyConfigurationContext |
PojoPropertyIndexingDependencyConfigurationContext.fromOtherEntity(Class<?> otherEntityType,
PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType)
Start the declaration of dependencies to properties of another entity,
without specifying the path to that other entity.
|
PojoOtherEntityIndexingDependencyConfigurationContext |
PojoTypeIndexingDependencyConfigurationContext.fromOtherEntity(Class<?> otherEntityType,
PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType)
Start the declaration of dependencies to properties of another entity,
without specifying the path to that other entity.
|
default PojoOtherEntityIndexingDependencyConfigurationContext |
PojoPropertyIndexingDependencyConfigurationContext.fromOtherEntity(Class<?> otherEntityType,
String pathFromOtherEntityTypeToBridgedType)
Start the declaration of dependencies to properties of another entity,
without specifying the path to that other entity.
|
default PojoOtherEntityIndexingDependencyConfigurationContext |
PojoTypeIndexingDependencyConfigurationContext.fromOtherEntity(Class<?> otherEntityType,
String pathFromOtherEntityTypeToBridgedType)
Start the declaration of dependencies to properties of another entity,
without specifying the path to that other entity.
|
PojoOtherEntityIndexingDependencyConfigurationContext |
PojoPropertyIndexingDependencyConfigurationContext.fromOtherEntity(ContainerExtractorPath extractorPathFromBridgedProperty,
Class<?> otherEntityType,
PojoModelPathValueNode pathFromOtherEntityTypeToBridgedPropertyExtractedType)
Start the declaration of dependencies to properties of another entity,
without specifying the path to that other entity.
|
PojoOtherEntityIndexingDependencyConfigurationContext |
PojoOtherEntityIndexingDependencyConfigurationContext.use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
default PojoOtherEntityIndexingDependencyConfigurationContext |
PojoOtherEntityIndexingDependencyConfigurationContext.use(String pathFromOtherEntityTypeToUsedValue)
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.