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.orm.model.impl
Methods in org.hibernate.search.mapper.orm.model.impl with parameters of type PojoModelPathValueNodeModifier and TypeMethodDescriptionHibernateOrmPathDefinitionProvider.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 PojoModelPathValueNodeModifier and TypeMethodDescriptionBoundPojoModelPathValueNode<?,?, ?> PojoImplicitReindexingResolverBuildingHelper.bindPath(PojoTypeModel<?> rootType, PojoModelPathValueNode unboundPath) Method parameters in org.hibernate.search.mapper.pojo.automaticindexing.building.impl with type arguments of type PojoModelPathValueNodeModifier and TypeMethodDescriptionPojoImplicitReindexingResolverBuildingHelper.createAssociationInverseSideResolver(PojoRawTypeModel<?> typeModel, Map<PojoModelPathValueNode, Map<PojoRawTypeModel<?>, PojoModelPathValueNode>> inversePathByInverseTypeByDirectContainingPath) PojoImplicitReindexingResolverBuildingHelper.createAssociationInverseSideResolver(PojoRawTypeModel<?> typeModel, Map<PojoModelPathValueNode, Map<PojoRawTypeModel<?>, PojoModelPathValueNode>> inversePathByInverseTypeByDirectContainingPath) -
Uses of PojoModelPathValueNode in org.hibernate.search.mapper.pojo.logging.impl
Methods in org.hibernate.search.mapper.pojo.logging.impl with parameters of type PojoModelPathValueNodeModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.cannotApplyExplicitInverseAssociationPath(PojoRawTypeModel<?> inverseSideTypeModel, PojoModelPathValueNode inverseSideAssociationPath, PojoRawTypeModel<?> originalSideTypeModel, String errorMessage, Exception cause) Log.cannotApplyExplicitInverseAssociationPath(PojoRawTypeModel<?> inverseSideTypeModel, PojoModelPathValueNode inverseSideAssociationPath, PojoRawTypeModel<?> originalSideTypeModel, String errorMessage, Exception cause) final SearchExceptionLog_$logger.cannotApplyImplicitInverseAssociationPath(PojoRawTypeModel<?> inverseSideTypeModel, PojoModelPathValueNode inverseSideAssociationPath, PojoRawTypeModel<?> originalSideTypeModel, PojoModelPathValueNode originalSideAssociationPath, String errorMessage, Exception cause) Log.cannotApplyImplicitInverseAssociationPath(PojoRawTypeModel<?> inverseSideTypeModel, PojoModelPathValueNode inverseSideAssociationPath, PojoRawTypeModel<?> originalSideTypeModel, PojoModelPathValueNode originalSideAssociationPath, String errorMessage, Exception cause) final SearchExceptionLog_$logger.cannotInvertAssociationForReindexing(PojoRawTypeModel<?> inverseSideTypeModel, PojoRawTypeModel<?> typeModel, PojoModelPathValueNode associationPath) Log.cannotInvertAssociationForReindexing(PojoRawTypeModel<?> inverseSideTypeModel, PojoRawTypeModel<?> typeModel, PojoModelPathValueNode associationPath) final SearchExceptionLog_$logger.incompatibleRequestedType(PojoModelPathValueNode accessor, Class<?> requestedType) Log.incompatibleRequestedType(PojoModelPathValueNode accessor, Class<?> requestedType) final SearchExceptionLog_$logger.infiniteRecursionForAssociationEmbeddeds(PojoRawTypeModel<?> typeModel, PojoModelPathValueNode path) Log.infiniteRecursionForAssociationEmbeddeds(PojoRawTypeModel<?> typeModel, PojoModelPathValueNode path) Method parameters in org.hibernate.search.mapper.pojo.logging.impl with type arguments of type PojoModelPathValueNodeModifier and TypeMethodDescriptionfinal 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 PojoModelPathValueNodeModifier and TypeMethodDescriptionMappingAnnotationProcessorContext.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 PojoModelPathValueNodeModifier and TypeMethodDescriptionAbstractMappingAnnotationProcessorContext.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 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. the path from B to A.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 TypeMethodDescriptionvoidPojoAdditionalMetadataCollectorValueNode.associationInverseSide(PojoModelPathValueNode inverseSidePath) Method parameters in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi with type arguments of type PojoModelPathValueNodeModifier and TypeMethodDescriptionvoidPojoAdditionalMetadataCollectorValueNode.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 PojoModelPathValueNodeModifier and TypeMethodDescriptionPojoValueAdditionalMetadata.getDerivedFrom()PojoValueAdditionalMetadata.getInverseSidePath()Constructors in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl with parameters of type PojoModelPathValueNodeModifierConstructorDescriptionPojoValueAdditionalMetadata(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 PojoModelPathValueNodeModifierConstructorDescriptionPojoValueAdditionalMetadata(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 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.dependency.impl
Methods in org.hibernate.search.mapper.pojo.model.dependency.impl with parameters of type PojoModelPathValueNodeModifier and TypeMethodDescriptionPojoPropertyIndexingDependencyConfigurationContextImpl.fromOtherEntity(ContainerExtractorPath extractorPathFromBridgedProperty, Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedPropertyExtractedType) PojoTypeIndexingDependencyConfigurationContextImpl.fromOtherEntity(Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedType) PojoPropertyIndexingDependencyConfigurationContextImpl.use(ContainerExtractorPath extractorPathFromBridgedProperty, PojoModelPathValueNode pathFromExtractedBridgedPropertyValueToUsedValue) PojoRoutingIndexingDependencyConfigurationContextImpl.use(PojoModelPathValueNode pathFromBridgedTypeToUsedValue) PojoTypeIndexingDependencyConfigurationContextImpl.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 PojoModelPathValueNodeModifier and TypeMethodDescriptionstatic PojoModelPathValueNodestatic PojoModelPathValueNodePojoModelPath.ofValue(String propertyName, ContainerExtractorPath extractorPath) PojoModelPathPropertyNode.parent()static PojoModelPathValueNodePojoModelPath.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.impl
Methods in org.hibernate.search.mapper.pojo.model.path.impl that return PojoModelPathValueNodeModifier and TypeMethodDescriptionBoundPojoModelPathTypeNode.toUnboundPath()BoundPojoModelPathValueNode.toUnboundPath()Methods in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type PojoModelPathValueNodeModifier and TypeMethodDescriptionSimplePojoPathsDefinitionProvider.interpretPath(PojoModelPathValueNode source) PojoRuntimePathsBuildingHelper.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 PojoModelPathValueNodeModifier and TypeMethodDescriptionPojoRuntimePathsBuildingHelper.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 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)