| Modifier and Type | Method and Description |
|---|---|
AssociationInverseSideMappingContext |
PropertyMappingContext.associationInverseSide(PojoModelPathValueNode inversePath) |
IndexingDependencyMappingContext |
IndexingDependencyMappingContext.derivedFrom(PojoModelPathValueNode pojoModelPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
PojoAdditionalMetadataCollectorValueNode.associationInverseSide(PojoModelPathValueNode inverseSidePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
PojoAdditionalMetadataCollectorValueNode.derivedFrom(Set<PojoModelPathValueNode> path) |
| Modifier and Type | Method and Description |
|---|---|
default PojoOtherEntityDependencyContext |
PojoPropertyDependencyContext.fromOtherEntity(Class<?> otherEntityType,
PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType)
Start the declaration of dependencies to properties of another entity,
without specifying the path to that other entity.
|
PojoOtherEntityDependencyContext |
PojoTypeDependencyContext.fromOtherEntity(Class<?> otherEntityType,
PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType)
Start the declaration of dependencies to properties of another entity,
without specifying the path to that other entity.
|
PojoOtherEntityDependencyContext |
PojoPropertyDependencyContext.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.
|
PojoPropertyDependencyContext |
PojoPropertyDependencyContext.use(ContainerExtractorPath extractorPathFromBridgedProperty,
PojoModelPathValueNode pathFromExtractedBridgedPropertyValueToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
default PojoPropertyDependencyContext |
PojoPropertyDependencyContext.use(PojoModelPathValueNode pathFromBridgedPropertyToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
PojoOtherEntityDependencyContext |
PojoOtherEntityDependencyContext.use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
PojoTypeDependencyContext |
PojoTypeDependencyContext.use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
| Modifier and Type | Method and Description |
|---|---|
PojoModelPathValueNode |
PojoModelPathPropertyNode.getParent() |
static PojoModelPathValueNode |
PojoModelPath.ofValue(String propertyName) |
static PojoModelPathValueNode |
PojoModelPath.ofValue(String propertyName,
ContainerExtractorPath extractorPath) |
static PojoModelPathValueNode |
PojoModelPath.parse(String dotSeparatedPath) |
PojoModelPathValueNode |
PojoModelPath.Builder.toValuePath() |
PojoModelPathValueNode |
PojoModelPath.Builder.toValuePathOrNull() |
PojoModelPathValueNode |
PojoModelPathPropertyNode.value(ContainerExtractorPath extractorPath) |
| Modifier and Type | Method and Description |
|---|---|
PojoPathFilter<S> |
PojoPathFilterFactory.create(Set<PojoModelPathValueNode> paths) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.