Uses of Interface
org.hibernate.search.mapper.pojo.work.spi.PojoIndexingQueueEventProcessingPlan
-
Packages that use PojoIndexingQueueEventProcessingPlan Package Description org.hibernate.search.mapper.pojo.mapping.spi org.hibernate.search.mapper.pojo.session.spi -
-
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)
-