Uses of Interface
org.hibernate.search.mapper.pojo.model.dependency.PojoPropertyIndexingDependencyConfigurationContext
-
Packages that use PojoPropertyIndexingDependencyConfigurationContext Package Description org.hibernate.search.mapper.pojo.bridge.binding org.hibernate.search.mapper.pojo.model.dependency -
-
Uses of PojoPropertyIndexingDependencyConfigurationContext in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding that return PojoPropertyIndexingDependencyConfigurationContext Modifier and Type Method Description PojoPropertyIndexingDependencyConfigurationContextPropertyBindingContext. dependencies()default PojoPropertyIndexingDependencyConfigurationContextPropertyBindingContext. getDependencies()Deprecated.UsePropertyBindingContext.dependencies()instead. -
Uses of PojoPropertyIndexingDependencyConfigurationContext in org.hibernate.search.mapper.pojo.model.dependency
Methods in org.hibernate.search.mapper.pojo.model.dependency that return PojoPropertyIndexingDependencyConfigurationContext Modifier and Type Method Description default PojoPropertyIndexingDependencyConfigurationContextPojoPropertyIndexingDependencyConfigurationContext. use(String pathFromBridgedPropertyToUsedValue)Declare that the given path is read by the bridge at index time to populate the indexed document.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.default PojoPropertyIndexingDependencyConfigurationContextPojoPropertyIndexingDependencyConfigurationContext. use(PojoModelPathValueNode pathFromBridgedPropertyToUsedValue)Declare that the given path is read by the bridge at index time to populate the indexed document.
-