Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.IndexingDependencyOptionsStep
Packages that use IndexingDependencyOptionsStep
-
Uses of IndexingDependencyOptionsStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return IndexingDependencyOptionsStepModifier and TypeMethodDescriptionIndexingDependencyOptionsStep.derivedFrom
(PojoModelPathValueNode pojoModelPath) default IndexingDependencyOptionsStep
IndexingDependencyOptionsStep.extractors
(ContainerExtractorPath extractorPath) PropertyMappingStep.indexingDependency()
Defines how a dependency of the indexing process to this property should affect automatic reindexing.default IndexingDependencyOptionsStep
IndexingDependencyOptionsStep.noExtractors()
Indicates that no container extractors should be applied, not even the default ones.IndexingDependencyOptionsStep.reindexOnUpdate
(ReindexOnUpdate reindexOnUpdate)