Uses of Interface
org.hibernate.search.mapper.pojo.model.dependency.PojoPropertyIndexingDependencyConfigurationContext
-
-
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() -
Uses of PojoPropertyIndexingDependencyConfigurationContext in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return PojoPropertyIndexingDependencyConfigurationContext Modifier and Type Method Description PojoPropertyIndexingDependencyConfigurationContextPropertyBindingContextImpl. dependencies() -
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. -
Uses of PojoPropertyIndexingDependencyConfigurationContext in org.hibernate.search.mapper.pojo.model.dependency.impl
Classes in org.hibernate.search.mapper.pojo.model.dependency.impl that implement PojoPropertyIndexingDependencyConfigurationContext Modifier and Type Class Description classPojoPropertyIndexingDependencyConfigurationContextImpl<P>Methods in org.hibernate.search.mapper.pojo.model.dependency.impl that return PojoPropertyIndexingDependencyConfigurationContext Modifier and Type Method Description PojoPropertyIndexingDependencyConfigurationContextPojoPropertyIndexingDependencyConfigurationContextImpl. use(ContainerExtractorPath extractorPathFromBridgedProperty, PojoModelPathValueNode pathFromExtractedBridgedPropertyValueToUsedValue)
-