Uses of Interface
org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategy
-
-
Uses of IndexingPlanSynchronizationStrategy in org.hibernate.search.mapper.orm.automaticindexing.session.impl
Methods in org.hibernate.search.mapper.orm.automaticindexing.session.impl that return IndexingPlanSynchronizationStrategy Modifier and Type Method Description IndexingPlanSynchronizationStrategyDelegatingAutomaticIndexingSynchronizationStrategy. delegate()Constructors in org.hibernate.search.mapper.orm.automaticindexing.session.impl with parameters of type IndexingPlanSynchronizationStrategy Constructor Description DelegatingAutomaticIndexingSynchronizationStrategy(IndexingPlanSynchronizationStrategy delegate) -
Uses of IndexingPlanSynchronizationStrategy in org.hibernate.search.mapper.orm.cfg
Fields in org.hibernate.search.mapper.orm.cfg with type parameters of type IndexingPlanSynchronizationStrategy Modifier and Type Field Description static BeanReference<IndexingPlanSynchronizationStrategy>HibernateOrmMapperSettings.Defaults. INDEXING_PLAN_SYNCHRONIZATION_STRATEGY -
Uses of IndexingPlanSynchronizationStrategy in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session with parameters of type IndexingPlanSynchronizationStrategy Modifier and Type Method Description voidSearchSession. indexingPlanSynchronizationStrategy(IndexingPlanSynchronizationStrategy synchronizationStrategy)Set theIndexingPlanSynchronizationStrategyto use for this session. -
Uses of IndexingPlanSynchronizationStrategy in org.hibernate.search.mapper.orm.session.impl
Classes in org.hibernate.search.mapper.orm.session.impl that implement IndexingPlanSynchronizationStrategy Modifier and Type Class Description classHibernateOrmIndexingPlanSynchronizationStrategyAdapterMethods in org.hibernate.search.mapper.orm.session.impl with parameters of type IndexingPlanSynchronizationStrategy Modifier and Type Method Description ConfiguredIndexingPlanSynchronizationStrategyConfiguredAutomaticIndexingStrategy. configureOverriddenSynchronizationStrategy(IndexingPlanSynchronizationStrategy synchronizationStrategy)voidDelegatingSearchSession. indexingPlanSynchronizationStrategy(IndexingPlanSynchronizationStrategy synchronizationStrategy)voidHibernateOrmSearchSession. indexingPlanSynchronizationStrategy(IndexingPlanSynchronizationStrategy synchronizationStrategy) -
Uses of IndexingPlanSynchronizationStrategy in org.hibernate.search.mapper.pojo.work
Methods in org.hibernate.search.mapper.pojo.work that return IndexingPlanSynchronizationStrategy Modifier and Type Method Description static IndexingPlanSynchronizationStrategyIndexingPlanSynchronizationStrategy. async()static IndexingPlanSynchronizationStrategyIndexingPlanSynchronizationStrategy. readSync()static IndexingPlanSynchronizationStrategyIndexingPlanSynchronizationStrategy. sync()static IndexingPlanSynchronizationStrategyIndexingPlanSynchronizationStrategy. writeSync() -
Uses of IndexingPlanSynchronizationStrategy in org.hibernate.search.mapper.pojo.work.impl
Classes in org.hibernate.search.mapper.pojo.work.impl that implement IndexingPlanSynchronizationStrategy Modifier and Type Class Description classAsyncIndexingPlanSynchronizationStrategyclassReadSyncIndexingPlanSynchronizationStrategyclassSyncIndexingPlanSynchronizationStrategyclassWriteSyncIndexingPlanSynchronizationStrategyFields in org.hibernate.search.mapper.pojo.work.impl declared as IndexingPlanSynchronizationStrategy Modifier and Type Field Description static IndexingPlanSynchronizationStrategyAsyncIndexingPlanSynchronizationStrategy. INSTANCEstatic IndexingPlanSynchronizationStrategyReadSyncIndexingPlanSynchronizationStrategy. INSTANCEstatic IndexingPlanSynchronizationStrategySyncIndexingPlanSynchronizationStrategy. INSTANCEstatic IndexingPlanSynchronizationStrategyWriteSyncIndexingPlanSynchronizationStrategy. INSTANCE
-