Uses of Interface
org.hibernate.search.mapper.pojo.model.dependency.PojoPropertyIndexingDependencyConfigurationContext
Packages that use PojoPropertyIndexingDependencyConfigurationContext
Package
Description
-
Uses of PojoPropertyIndexingDependencyConfigurationContext in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding that return PojoPropertyIndexingDependencyConfigurationContext -
Uses of PojoPropertyIndexingDependencyConfigurationContext in org.hibernate.search.mapper.pojo.model.dependency
Methods in org.hibernate.search.mapper.pojo.model.dependency that return PojoPropertyIndexingDependencyConfigurationContextModifier and TypeMethodDescriptionDeclare that the given path is read by the bridge at index time to populate the indexed document.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.PojoPropertyIndexingDependencyConfigurationContext.use
(PojoModelPathValueNode pathFromBridgedPropertyToUsedValue) Declare that the given path is read by the bridge at index time to populate the indexed document.