Uses of Class
org.hibernate.search.mapper.pojo.model.path.PojoModelPathValueNode
-
-
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing that return types with arguments of type PojoModelPathValueNode Modifier and Type Method Description Optional<PojoModelPathValueNode>
MappingAnnotationProcessorContext. toPojoModelPathValueNode(ObjectPath objectPath)
Convert anObjectPath
annotation to aPojoModelPathValueNode
. -
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type PojoModelPathValueNode Modifier and Type Method Description AssociationInverseSideOptionsStep
PropertyMappingStep. associationInverseSide(PojoModelPathValueNode inversePath)
Assuming the property represents an association on a entity type A to entity type B, defines the inverse side of an association, i.e.IndexingDependencyOptionsStep
IndexingDependencyOptionsStep. derivedFrom(PojoModelPathValueNode pojoModelPath)
-
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi with parameters of type PojoModelPathValueNode Modifier and Type Method Description void
PojoAdditionalMetadataCollectorValueNode. associationInverseSide(PojoModelPathValueNode inverseSidePath)
Method parameters in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi with type arguments of type PojoModelPathValueNode Modifier and Type Method Description void
PojoAdditionalMetadataCollectorValueNode. derivedFrom(Set<PojoModelPathValueNode> path)
-
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.model.dependency
Methods in org.hibernate.search.mapper.pojo.model.dependency with parameters of type PojoModelPathValueNode Modifier and Type Method 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
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
PojoTypeIndexingDependencyConfigurationContext. fromOtherEntity(Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType)
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.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(PojoModelPathValueNode pathFromBridgedPropertyToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.PojoRoutingIndexingDependencyConfigurationContext
PojoRoutingIndexingDependencyConfigurationContext. use(PojoModelPathValueNode pathFromEntityTypeToUsedValue)
Declare that the given path is read by the bridge at indexing time to route the indexed document.PojoTypeIndexingDependencyConfigurationContext
PojoTypeIndexingDependencyConfigurationContext. use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document. -
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.model.path
Methods in org.hibernate.search.mapper.pojo.model.path that return PojoModelPathValueNode Modifier and Type Method Description static PojoModelPathValueNode
PojoModelPath. ofValue(String propertyName)
static PojoModelPathValueNode
PojoModelPath. ofValue(String propertyName, ContainerExtractorPath extractorPath)
PojoModelPathValueNode
PojoModelPathPropertyNode. parent()
static PojoModelPathValueNode
PojoModelPath. parse(String dotSeparatedPath)
PojoModelPathValueNode
PojoModelPath.Builder. toValuePath()
PojoModelPathValueNode
PojoModelPath.Builder. toValuePathOrNull()
PojoModelPathValueNode
PojoModelPathPropertyNode. value(ContainerExtractorPath extractorPath)
Methods in org.hibernate.search.mapper.pojo.model.path that return types with arguments of type PojoModelPathValueNode Modifier and Type Method Description Optional<PojoModelPathValueNode>
PojoModelPathValueNode. relativize(PojoModelPathValueNode other)
Methods in org.hibernate.search.mapper.pojo.model.path with parameters of type PojoModelPathValueNode Modifier and Type Method Description Optional<PojoModelPathPropertyNode>
PojoModelPathPropertyNode. relativize(PojoModelPathValueNode other)
Optional<PojoModelPathValueNode>
PojoModelPathValueNode. relativize(PojoModelPathValueNode other)
-
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.model.path.spi
Methods in org.hibernate.search.mapper.pojo.model.path.spi that return PojoModelPathValueNode Modifier and Type Method Description PojoModelPathValueNode
BindablePojoModelPath. path()
Methods in org.hibernate.search.mapper.pojo.model.path.spi with parameters of type PojoModelPathValueNode Modifier and Type Method Description static <C,T,P,V>
VPojoModelPathBinder. bind(C context, T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<C,T,P,V> walker)
static <T,P,V>
VPojoModelPathBinder. bind(T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<Void,T,P,V> walker)
PojoPathDefinition
PojoPathDefinitionProvider. interpretPath(PojoModelPathValueNode source)
V
PojoModelPathWalker. value(C context, P propertyNode, PojoModelPathValueNode pathNode)
Constructors in org.hibernate.search.mapper.pojo.model.path.spi with parameters of type PojoModelPathValueNode Constructor Description BindablePojoModelPath(PojoTypeModel<?> rootType, PojoModelPathValueNode path)
-