Uses of Interface
org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategyConfigurationContext
Packages that use IndexingPlanSynchronizationStrategyConfigurationContext
Package
Description
-
Uses of IndexingPlanSynchronizationStrategyConfigurationContext in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl with parameters of type IndexingPlanSynchronizationStrategyConfigurationContextModifier and TypeMethodDescriptionvoidHibernateOrmIndexingPlanSynchronizationStrategyAdapter.apply(IndexingPlanSynchronizationStrategyConfigurationContext context) -
Uses of IndexingPlanSynchronizationStrategyConfigurationContext in org.hibernate.search.mapper.pojo.work
Methods in org.hibernate.search.mapper.pojo.work with parameters of type IndexingPlanSynchronizationStrategyConfigurationContextModifier and TypeMethodDescriptionvoidIndexingPlanSynchronizationStrategy.apply(IndexingPlanSynchronizationStrategyConfigurationContext context) -
Uses of IndexingPlanSynchronizationStrategyConfigurationContext in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl with parameters of type IndexingPlanSynchronizationStrategyConfigurationContextModifier and TypeMethodDescriptionvoidAsyncIndexingPlanSynchronizationStrategy.apply(IndexingPlanSynchronizationStrategyConfigurationContext context) voidReadSyncIndexingPlanSynchronizationStrategy.apply(IndexingPlanSynchronizationStrategyConfigurationContext context) voidSyncIndexingPlanSynchronizationStrategy.apply(IndexingPlanSynchronizationStrategyConfigurationContext context) voidWriteSyncIndexingPlanSynchronizationStrategy.apply(IndexingPlanSynchronizationStrategyConfigurationContext context) -
Uses of IndexingPlanSynchronizationStrategyConfigurationContext in org.hibernate.search.mapper.pojo.work.spi
Classes in org.hibernate.search.mapper.pojo.work.spi that implement IndexingPlanSynchronizationStrategyConfigurationContextModifier and TypeClassDescriptionstatic final class