Uses of Interface
org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategyConfigurationContext
-
-
Uses of IndexingPlanSynchronizationStrategyConfigurationContext in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl with parameters of type IndexingPlanSynchronizationStrategyConfigurationContext Modifier and Type Method Description voidHibernateOrmIndexingPlanSynchronizationStrategyAdapter. 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 IndexingPlanSynchronizationStrategyConfigurationContext Modifier and Type Method Description voidIndexingPlanSynchronizationStrategy. 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 IndexingPlanSynchronizationStrategyConfigurationContext Modifier and Type Method Description voidAsyncIndexingPlanSynchronizationStrategy. 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 IndexingPlanSynchronizationStrategyConfigurationContext Modifier and Type Class Description static classConfiguredIndexingPlanSynchronizationStrategy.Builder
-