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 |
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 |
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.
|
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 |
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 |
PojoOtherEntityIndexingDependencyConfigurationContext.use(String pathFromOtherEntityTypeToUsedValue) |
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
PojoOtherEntityIndexingDependencyConfigurationContext |
PojoOtherEntityIndexingDependencyConfigurationContext.use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue) |
Declare that the given path is read by the bridge at index time to populate the indexed document.
|