Uses of Interface
org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventSendingPlan
-
-
Uses of PojoIndexingQueueEventSendingPlan in org.hibernate.search.mapper.orm.automaticindexing.impl
Classes in org.hibernate.search.mapper.orm.automaticindexing.impl that implement PojoIndexingQueueEventSendingPlan Modifier and Type Class Description classHibernateOrmIndexingQueueEventSendingPlan -
Uses of PojoIndexingQueueEventSendingPlan in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoIndexingQueueEventSendingPlan Modifier and Type Method Description PojoIndexingQueueEventProcessingPlanPojoMappingDelegateImpl. createEventProcessingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan)PojoIndexingPlanPojoMappingDelegateImpl. createIndexingPlan(PojoWorkSessionContext context, PojoIndexingQueueEventSendingPlan sendingPlan) -
Uses of PojoIndexingQueueEventSendingPlan in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoIndexingQueueEventSendingPlan Modifier and Type Method Description PojoIndexingQueueEventProcessingPlanPojoMappingDelegate. createEventProcessingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan)PojoIndexingPlanAbstractPojoMappingImplementor. createIndexingPlan(PojoWorkSessionContext context, PojoIndexingQueueEventSendingPlan sendingPlan)PojoIndexingPlanPojoMappingDelegate. createIndexingPlan(PojoWorkSessionContext context, PojoIndexingQueueEventSendingPlan sendingPlan)PojoIndexingQueueEventProcessingPlanAbstractPojoMappingImplementor. createIndexingQueueEventProcessingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan) -
Uses of PojoIndexingQueueEventSendingPlan in org.hibernate.search.mapper.pojo.session.spi
Methods in org.hibernate.search.mapper.pojo.session.spi with parameters of type PojoIndexingQueueEventSendingPlan Modifier and Type Method Description PojoIndexingPlanPojoSearchSessionMappingContext. createIndexingPlan(PojoWorkSessionContext context, PojoIndexingQueueEventSendingPlan sink)PojoIndexingQueueEventProcessingPlanPojoSearchSessionMappingContext. createIndexingQueueEventProcessingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan) -
Uses of PojoIndexingQueueEventSendingPlan in org.hibernate.search.mapper.pojo.work.impl
Constructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoIndexingQueueEventSendingPlan Constructor Description PojoIndexingPlanEventProcessingStrategy(DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan)PojoIndexingPlanEventSendingStrategy(PojoIndexingQueueEventSendingPlan sendingPlan)
-