Uses of Class
org.hibernate.search.mapper.pojo.work.spi.ConfiguredIndexingPlanSynchronizationStrategy
-
-
Uses of ConfiguredIndexingPlanSynchronizationStrategy in org.hibernate.search.mapper.orm.event.impl
Methods in org.hibernate.search.mapper.orm.event.impl that return ConfiguredIndexingPlanSynchronizationStrategy Modifier and Type Method Description ConfiguredIndexingPlanSynchronizationStrategyHibernateOrmListenerContextProvider. currentAutomaticIndexingSynchronizationStrategy(org.hibernate.engine.spi.SessionImplementor session) -
Uses of ConfiguredIndexingPlanSynchronizationStrategy in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl that return ConfiguredIndexingPlanSynchronizationStrategy Modifier and Type Method Description ConfiguredIndexingPlanSynchronizationStrategyHibernateOrmMapping. currentAutomaticIndexingSynchronizationStrategy(org.hibernate.engine.spi.SessionImplementor session) -
Uses of ConfiguredIndexingPlanSynchronizationStrategy in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return ConfiguredIndexingPlanSynchronizationStrategy Modifier and Type Method Description ConfiguredIndexingPlanSynchronizationStrategyHibernateOrmSearchSession. configuredAutomaticIndexingSynchronizationStrategy()ConfiguredIndexingPlanSynchronizationStrategyConfiguredAutomaticIndexingStrategy. configureOverriddenSynchronizationStrategy(IndexingPlanSynchronizationStrategy synchronizationStrategy)ConfiguredIndexingPlanSynchronizationStrategyConfiguredAutomaticIndexingStrategy. defaultIndexingPlanSynchronizationStrategy()Methods in org.hibernate.search.mapper.orm.session.impl with parameters of type ConfiguredIndexingPlanSynchronizationStrategy Modifier and Type Method Description PojoIndexingPlanConfiguredAutomaticIndexingStrategy. createIndexingPlan(HibernateOrmSearchSession context, ConfiguredIndexingPlanSynchronizationStrategy synchronizationStrategy)PojoIndexingQueueEventProcessingPlanConfiguredAutomaticIndexingStrategy. createIndexingQueueEventProcessingPlan(HibernateOrmSearchSession context, ConfiguredIndexingPlanSynchronizationStrategy synchronizationStrategy)SynchronizationConfiguredAutomaticIndexingStrategy. createTransactionWorkQueueSynchronization(PojoIndexingPlan indexingPlan, HibernateOrmSearchSessionHolder sessionProperties, org.hibernate.Transaction transactionIdentifier, ConfiguredIndexingPlanSynchronizationStrategy synchronizationStrategy) -
Uses of ConfiguredIndexingPlanSynchronizationStrategy in org.hibernate.search.mapper.orm.work.impl
Methods in org.hibernate.search.mapper.orm.work.impl that return ConfiguredIndexingPlanSynchronizationStrategy Modifier and Type Method Description ConfiguredIndexingPlanSynchronizationStrategySearchIndexingPlanSessionContext. configuredAutomaticIndexingSynchronizationStrategy() -
Uses of ConfiguredIndexingPlanSynchronizationStrategy in org.hibernate.search.mapper.pojo.work.spi
Methods in org.hibernate.search.mapper.pojo.work.spi that return ConfiguredIndexingPlanSynchronizationStrategy Modifier and Type Method Description ConfiguredIndexingPlanSynchronizationStrategyConfiguredIndexingPlanSynchronizationStrategy.Builder. build()
-