Uses of Class
org.hibernate.search.mapper.pojo.extractor.mapping.programmatic.ContainerExtractorPath
-
-
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.extractor.mapping.programmatic
Methods in org.hibernate.search.mapper.pojo.extractor.mapping.programmatic that return ContainerExtractorPath Modifier and Type Method Description static 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 ContainerExtractorPath Modifier and Type Method Description PojoMappingCollectorValueNodePojoMappingCollectorPropertyNode. 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 ContainerExtractorPath Modifier and Type Method Description ContainerExtractorPathMappingAnnotationProcessorContext. toContainerExtractorPath(ContainerExtraction extraction)Convert aContainerExtractionannotation to aContainerExtractorPath.Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing with parameters of type ContainerExtractorPath Modifier and Type Method Description Optional<Class<?>>MappingAnnotatedProperty. 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 ContainerExtractorPath Modifier and Type Method Description AssociationInverseSideOptionsStepAssociationInverseSideOptionsStep. extractors(ContainerExtractorPath extractorPath)IndexingDependencyOptionsStepIndexingDependencyOptionsStep. extractors(ContainerExtractorPath extractorPath)SPropertyMappingFieldOptionsStep. extractors(ContainerExtractorPath extractorPath)PropertyMappingIndexedEmbeddedStepPropertyMappingIndexedEmbeddedStep. 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 ContainerExtractorPath Modifier and Type Method Description Optional<PojoGenericTypeModel<?>>PojoMappingConfigurationContext. extractedValueType(PojoGenericTypeModel<?> 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 ContainerExtractorPath Modifier and Type Method Description PojoAdditionalMetadataCollectorValueNodePojoAdditionalMetadataCollectorPropertyNode. 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 ContainerExtractorPath Modifier and Type Method Description 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.default PojoPropertyIndexingDependencyConfigurationContextPojoPropertyIndexingDependencyConfigurationContext. use(ContainerExtractorPath extractorPathFromBridgedProperty, String pathFromExtractedBridgedPropertyValueToUsedValue)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. -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.model.path
Methods in org.hibernate.search.mapper.pojo.model.path that return ContainerExtractorPath Modifier and Type Method Description ContainerExtractorPathPojoModelPathValueNode. extractorPath()Methods in org.hibernate.search.mapper.pojo.model.path with parameters of type ContainerExtractorPath Modifier and Type Method Description static PojoModelPathValueNodePojoModelPath. ofValue(String propertyName, ContainerExtractorPath extractorPath)PojoModelPath.BuilderPojoModelPath.Builder. value(ContainerExtractorPath extractorPath)Append to the path a value extraction using the given container extractor path.PojoModelPathValueNodePojoModelPathPropertyNode. value(ContainerExtractorPath extractorPath)
-