Uses of Class
org.hibernate.search.mapper.pojo.model.path.PojoModelPathValueNode
-
-
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.orm.model.impl
Methods in org.hibernate.search.mapper.orm.model.impl with parameters of type PojoModelPathValueNode Modifier and Type Method Description PojoPathDefinitionHibernateOrmPathDefinitionProvider. interpretPath(PojoModelPathValueNode source) -
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.automaticindexing.building.impl
Methods in org.hibernate.search.mapper.pojo.automaticindexing.building.impl with parameters of type PojoModelPathValueNode Modifier and Type Method Description BoundPojoModelPathValueNode<?,?,?>PojoImplicitReindexingResolverBuildingHelper. bindPath(PojoTypeModel<?> rootType, PojoModelPathValueNode unboundPath)Method parameters in org.hibernate.search.mapper.pojo.automaticindexing.building.impl with type arguments of type PojoModelPathValueNode Modifier and Type Method Description PojoImplicitReindexingAssociationInverseSideResolverPojoImplicitReindexingResolverBuildingHelper. createAssociationInverseSideResolver(PojoRawTypeModel<?> typeModel, Map<PojoModelPathValueNode,Map<PojoRawTypeModel<?>,PojoModelPathValueNode>> inversePathByInverseTypeByDirectContainingPath)PojoImplicitReindexingAssociationInverseSideResolverPojoImplicitReindexingResolverBuildingHelper. createAssociationInverseSideResolver(PojoRawTypeModel<?> typeModel, Map<PojoModelPathValueNode,Map<PojoRawTypeModel<?>,PojoModelPathValueNode>> inversePathByInverseTypeByDirectContainingPath) -
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.logging.impl
Method parameters in org.hibernate.search.mapper.pojo.logging.impl with type arguments of type PojoModelPathValueNode Modifier and Type Method Description voidLog_$logger. failedToCreateImplicitReindexingAssociationInverseSideResolverNode(Map<PojoRawTypeModel<?>,PojoModelPathValueNode> inversePathByInverseType, EventContext context, String causeMessage, Exception cause)voidLog. failedToCreateImplicitReindexingAssociationInverseSideResolverNode(Map<PojoRawTypeModel<?>,PojoModelPathValueNode> inversePathByInverseType, EventContext context, String causeMessage, Exception cause) -
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 anObjectPathannotation to aPojoModelPathValueNode. -
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl that return types with arguments of type PojoModelPathValueNode Modifier and Type Method Description Optional<PojoModelPathValueNode>AbstractMappingAnnotationProcessorContext. toPojoModelPathValueNode(ObjectPath objectPath)static Optional<PojoModelPathValueNode>MappingAnnotationProcessorUtils. toPojoModelPathValueNode(ObjectPath objectPath) -
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 AssociationInverseSideOptionsStepPropertyMappingStep. 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.IndexingDependencyOptionsStepIndexingDependencyOptionsStep. 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 voidPojoAdditionalMetadataCollectorValueNode. 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 voidPojoAdditionalMetadataCollectorValueNode. derivedFrom(Set<PojoModelPathValueNode> path) -
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl that return types with arguments of type PojoModelPathValueNode Modifier and Type Method Description Set<PojoModelPathValueNode>PojoValueAdditionalMetadata. getDerivedFrom()Optional<PojoModelPathValueNode>PojoValueAdditionalMetadata. getInverseSidePath()Constructors in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl with parameters of type PojoModelPathValueNode Constructor Description PojoValueAdditionalMetadata(PojoModelPathValueNode inverseSidePath, boolean associationEmbedded, Optional<ReindexOnUpdate> reindexOnUpdate, Set<PojoModelPathValueNode> derivedFrom, Integer decimalScale)Constructor parameters in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl with type arguments of type PojoModelPathValueNode Constructor Description PojoValueAdditionalMetadata(PojoModelPathValueNode inverseSidePath, boolean associationEmbedded, Optional<ReindexOnUpdate> reindexOnUpdate, Set<PojoModelPathValueNode> derivedFrom, Integer decimalScale) -
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 PojoOtherEntityIndexingDependencyConfigurationContextPojoPropertyIndexingDependencyConfigurationContext. fromOtherEntity(Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType)Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.PojoOtherEntityIndexingDependencyConfigurationContextPojoPropertyIndexingDependencyConfigurationContext. 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.PojoOtherEntityIndexingDependencyConfigurationContextPojoTypeIndexingDependencyConfigurationContext. fromOtherEntity(Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType)Start the declaration of dependencies to properties of another entity, without specifying the path to that other entity.PojoOtherEntityIndexingDependencyConfigurationContextPojoOtherEntityIndexingDependencyConfigurationContext. use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue)Declare that the given path is read by the bridge at index time to populate the indexed document.PojoPropertyIndexingDependencyConfigurationContextPojoPropertyIndexingDependencyConfigurationContext. use(ContainerExtractorPath extractorPathFromBridgedProperty, PojoModelPathValueNode pathFromExtractedBridgedPropertyValueToUsedValue)Declare that the given path is read by the bridge at index time to populate the indexed document.default PojoPropertyIndexingDependencyConfigurationContextPojoPropertyIndexingDependencyConfigurationContext. use(PojoModelPathValueNode pathFromBridgedPropertyToUsedValue)Declare that the given path is read by the bridge at index time to populate the indexed document.PojoRoutingIndexingDependencyConfigurationContextPojoRoutingIndexingDependencyConfigurationContext. use(PojoModelPathValueNode pathFromEntityTypeToUsedValue)Declare that the given path is read by the bridge at indexing time to route the indexed document.PojoTypeIndexingDependencyConfigurationContextPojoTypeIndexingDependencyConfigurationContext. 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.dependency.impl
Methods in org.hibernate.search.mapper.pojo.model.dependency.impl with parameters of type PojoModelPathValueNode Modifier and Type Method Description PojoOtherEntityIndexingDependencyConfigurationContextPojoPropertyIndexingDependencyConfigurationContextImpl. fromOtherEntity(ContainerExtractorPath extractorPathFromBridgedProperty, Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedPropertyExtractedType)PojoOtherEntityIndexingDependencyConfigurationContextPojoTypeIndexingDependencyConfigurationContextImpl. fromOtherEntity(Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType)PojoPropertyIndexingDependencyConfigurationContextPojoPropertyIndexingDependencyConfigurationContextImpl. use(ContainerExtractorPath extractorPathFromBridgedProperty, PojoModelPathValueNode pathFromExtractedBridgedPropertyValueToUsedValue)PojoRoutingIndexingDependencyConfigurationContextPojoRoutingIndexingDependencyConfigurationContextImpl. use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue)PojoTypeIndexingDependencyConfigurationContextPojoTypeIndexingDependencyConfigurationContextImpl. use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue) -
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 PojoModelPathValueNodePojoModelPath. ofValue(String propertyName)static PojoModelPathValueNodePojoModelPath. ofValue(String propertyName, ContainerExtractorPath extractorPath)PojoModelPathValueNodePojoModelPathPropertyNode. parent()static PojoModelPathValueNodePojoModelPath. parse(String dotSeparatedPath)PojoModelPathValueNodePojoModelPath.Builder. toValuePath()PojoModelPathValueNodePojoModelPath.Builder. toValuePathOrNull()PojoModelPathValueNodePojoModelPathPropertyNode. 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.impl
Methods in org.hibernate.search.mapper.pojo.model.path.impl that return PojoModelPathValueNode Modifier and Type Method Description PojoModelPathValueNodeBoundPojoModelPathTypeNode. toUnboundPath()PojoModelPathValueNodeBoundPojoModelPathValueNode. toUnboundPath()Methods in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type PojoModelPathValueNode Modifier and Type Method Description PojoPathDefinitionPojoPathsDefinitionAdapter. interpretPath(PojoModelPathValueNode source)PojoPathDefinitionPojoRuntimePathsBuildingHelper. toPathDefinition(PojoModelPathValueNode path)BoundPojoModelPathValueNode<?,?,?>BoundPojoModelPath.Walker. value(Void context, BoundPojoModelPathPropertyNode<?,?> propertyNode, PojoModelPathValueNode pathNode)Method parameters in org.hibernate.search.mapper.pojo.model.path.impl with type arguments of type PojoModelPathValueNode Modifier and Type Method Description PojoPathFilterPojoRuntimePathsBuildingHelper. createFilter(Set<PojoModelPathValueNode> paths) -
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 PojoModelPathValueNodeBindablePojoModelPath. 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)PojoPathDefinitionPojoPathDefinitionProvider. interpretPath(PojoModelPathValueNode source)VPojoModelPathWalker. 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)
-