Uses of Class
org.hibernate.search.mapper.pojo.extractor.mapping.programmatic.ContainerExtractorPath
Packages that use ContainerExtractorPath
Package
Description
-
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.extractor.mapping.programmatic
Methods in org.hibernate.search.mapper.pojo.extractor.mapping.programmatic that return ContainerExtractorPathModifier and TypeMethodDescriptionstatic ContainerExtractorPathContainerExtractorPath.defaultExtractors()static ContainerExtractorPathContainerExtractorPath.explicitExtractor(String extractorName) static ContainerExtractorPathContainerExtractorPath.explicitExtractors(List<String> extractorNames) static ContainerExtractorPathContainerExtractorPath.noExtractors() -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionPojoIndexMappingCollectorPropertyNode.value(ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing that return ContainerExtractorPathModifier and TypeMethodDescriptionMappingAnnotationProcessorContext.toContainerExtractorPath(ContainerExtraction extraction) Convert aContainerExtractionannotation to aContainerExtractorPath.Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionMappingAnnotatedProperty.javaClass(ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionAssociationInverseSideOptionsStep.extractors(ContainerExtractorPath extractorPath) IndexingDependencyOptionsStep.extractors(ContainerExtractorPath extractorPath) PropertyMappingFieldOptionsStep.extractors(ContainerExtractorPath extractorPath) PropertyMappingIndexedEmbeddedStep.extractors(ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionPojoMappingConfigurationContext.extractedValueType(PojoTypeModel<?> sourceType, ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath 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 ContainerExtractorPathModifier and TypeMethodDescriptionPojoAdditionalMetadataCollectorPropertyNode.value(ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.model.dependency
Methods in org.hibernate.search.mapper.pojo.model.dependency with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionPojoPropertyIndexingDependencyConfigurationContext.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.PojoPropertyIndexingDependencyConfigurationContext.use(ContainerExtractorPath extractorPathFromBridgedProperty, String pathFromExtractedBridgedPropertyValueToUsedValue) 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. -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.model.path
Methods in org.hibernate.search.mapper.pojo.model.path that return ContainerExtractorPathMethods in org.hibernate.search.mapper.pojo.model.path with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionstatic PojoModelPathValueNodePojoModelPath.ofValue(String propertyName, ContainerExtractorPath extractorPath) PojoModelPath.Builder.value(ContainerExtractorPath extractorPath) Append to the path a value extraction using the given container extractor path.PojoModelPathPropertyNode.value(ContainerExtractorPath extractorPath)