Uses of Interface
org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventProcessingPlan
-
-
Uses of PojoIndexingQueueEventProcessingPlan in org.hibernate.search.mapper.orm.automaticindexing.impl
Constructors in org.hibernate.search.mapper.orm.automaticindexing.impl with parameters of type PojoIndexingQueueEventProcessingPlan Constructor Description AutomaticIndexingQueueEventProcessingPlanImpl(PojoIndexingQueueEventProcessingPlan delegate) -
Uses of PojoIndexingQueueEventProcessingPlan in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return PojoIndexingQueueEventProcessingPlan Modifier and Type Method Description PojoIndexingQueueEventProcessingPlanConfiguredAutomaticIndexingStrategy. createIndexingQueueEventProcessingPlan(HibernateOrmSearchSession context, ConfiguredIndexingPlanSynchronizationStrategy synchronizationStrategy)PojoIndexingQueueEventProcessingPlanHibernateOrmSearchSession. createIndexingQueueEventProcessingPlan() -
Uses of PojoIndexingQueueEventProcessingPlan in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return PojoIndexingQueueEventProcessingPlan Modifier and Type Method Description PojoIndexingQueueEventProcessingPlanPojoMappingDelegateImpl. createEventProcessingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan) -
Uses of PojoIndexingQueueEventProcessingPlan in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return PojoIndexingQueueEventProcessingPlan Modifier and Type Method Description PojoIndexingQueueEventProcessingPlanPojoMappingDelegate. createEventProcessingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan)PojoIndexingQueueEventProcessingPlanAbstractPojoMappingImplementor. createIndexingQueueEventProcessingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan) -
Uses of PojoIndexingQueueEventProcessingPlan in org.hibernate.search.mapper.pojo.session.spi
Methods in org.hibernate.search.mapper.pojo.session.spi that return PojoIndexingQueueEventProcessingPlan Modifier and Type Method Description PojoIndexingQueueEventProcessingPlanPojoSearchSessionMappingContext. createIndexingQueueEventProcessingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan) -
Uses of PojoIndexingQueueEventProcessingPlan in org.hibernate.search.mapper.pojo.work.impl
Classes in org.hibernate.search.mapper.pojo.work.impl that implement PojoIndexingQueueEventProcessingPlan Modifier and Type Class Description classPojoIndexingQueueEventProcessingPlanImpl
-