Uses of Class
org.hibernate.search.mapper.pojo.model.path.PojoModelPathValueNode
Packages that use PojoModelPathValueNode
Package
Description
-
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 PojoModelPathValueNodeModifier and TypeMethodDescriptionMappingAnnotationProcessorContext.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 PojoModelPathValueNodeModifier and TypeMethodDescriptionPropertyMappingStep.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.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 PojoModelPathValueNodeModifier and TypeMethodDescriptionvoid
PojoAdditionalMetadataCollectorValueNode.associationInverseSide
(PojoModelPathValueNode inverseSidePath) Method parameters in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi with type arguments of type PojoModelPathValueNodeModifier and TypeMethodDescriptionvoid
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 PojoModelPathValueNodeModifier and TypeMethodDescriptionPojoPropertyIndexingDependencyConfigurationContext.fromOtherEntity
(Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType) Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.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.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.use
(PojoModelPathValueNode pathFromBridgedTypeToUsedValue) Declare that the given path is read by the bridge at index time to populate the indexed document.PojoPropertyIndexingDependencyConfigurationContext.use
(ContainerExtractorPath extractorPathFromBridgedProperty, PojoModelPathValueNode pathFromExtractedBridgedPropertyValueToUsedValue) Declare that the given path is read by the bridge at index time to populate the indexed document.PojoPropertyIndexingDependencyConfigurationContext.use
(PojoModelPathValueNode pathFromBridgedPropertyToUsedValue) Declare that the given path is read by the bridge at index time to populate the indexed document.PojoRoutingIndexingDependencyConfigurationContext.use
(PojoModelPathValueNode pathFromEntityTypeToUsedValue) Declare that the given path is read by the bridge at indexing time to route the indexed document.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 PojoModelPathValueNodeModifier and TypeMethodDescriptionstatic PojoModelPathValueNode
static PojoModelPathValueNode
PojoModelPath.ofValue
(String propertyName, ContainerExtractorPath extractorPath) PojoModelPathPropertyNode.parent()
static PojoModelPathValueNode
PojoModelPath.Builder.toValuePath()
PojoModelPath.Builder.toValuePathOrNull()
PojoModelPathPropertyNode.value
(ContainerExtractorPath extractorPath) Methods in org.hibernate.search.mapper.pojo.model.path that return types with arguments of type PojoModelPathValueNodeModifier and TypeMethodDescriptionPojoModelPathValueNode.relativize
(PojoModelPathValueNode other) Methods in org.hibernate.search.mapper.pojo.model.path with parameters of type PojoModelPathValueNodeModifier and TypeMethodDescriptionPojoModelPathPropertyNode.relativize
(PojoModelPathValueNode other) 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 PojoModelPathValueNodeMethods in org.hibernate.search.mapper.pojo.model.path.spi with parameters of type PojoModelPathValueNodeModifier and TypeMethodDescriptionstatic <C,
T, P, V> V PojoModelPathBinder.bind
(C context, T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<C, T, P, V> walker) static <T,
P, V> V PojoModelPathBinder.bind
(T rootNode, PojoModelPathValueNode unboundModelPath, PojoModelPathWalker<Void, T, P, V> walker) PojoPathDefinitionProvider.interpretPath
(PojoModelPathValueNode source) PojoModelPathWalker.value
(C context, P propertyNode, PojoModelPathValueNode pathNode) Constructors in org.hibernate.search.mapper.pojo.model.path.spi with parameters of type PojoModelPathValueNodeModifierConstructorDescriptionBindablePojoModelPath
(PojoTypeModel<?> rootType, PojoModelPathValueNode path)