Class HibernateOrmIndexingPlanSynchronizationStrategyAdapter
- java.lang.Object
-
- org.hibernate.search.mapper.orm.session.impl.HibernateOrmIndexingPlanSynchronizationStrategyAdapter
-
- All Implemented Interfaces:
IndexingPlanSynchronizationStrategy
public class HibernateOrmIndexingPlanSynchronizationStrategyAdapter extends Object implements IndexingPlanSynchronizationStrategy
-
-
Constructor Summary
Constructors Constructor Description HibernateOrmIndexingPlanSynchronizationStrategyAdapter(AutomaticIndexingSynchronizationStrategy delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(IndexingPlanSynchronizationStrategyConfigurationContext context)StringtoString()
-
-
-
Constructor Detail
-
HibernateOrmIndexingPlanSynchronizationStrategyAdapter
public HibernateOrmIndexingPlanSynchronizationStrategyAdapter(AutomaticIndexingSynchronizationStrategy delegate)
-
-
Method Detail
-
apply
public void apply(IndexingPlanSynchronizationStrategyConfigurationContext context)
- Specified by:
applyin interfaceIndexingPlanSynchronizationStrategy
-
-