Uses of Interface
org.hibernate.search.mapper.pojo.work.spi.PojoWorkSessionContext
Packages that use PojoWorkSessionContext
Package
Description
-
Uses of PojoWorkSessionContext in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoWorkSessionContextModifier and TypeMethodDescriptionPojoMappingDelegate.createEventProcessingPlan
(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan) AbstractPojoMappingImplementor.createIndexer
(PojoWorkSessionContext context) PojoMappingDelegate.createIndexer
(PojoWorkSessionContext context) AbstractPojoMappingImplementor.createIndexingPlan
(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) AbstractPojoMappingImplementor.createIndexingPlan
(PojoWorkSessionContext context, PojoIndexingQueueEventSendingPlan sendingPlan) PojoMappingDelegate.createIndexingPlan
(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) PojoMappingDelegate.createIndexingPlan
(PojoWorkSessionContext context, PojoIndexingQueueEventSendingPlan sendingPlan) AbstractPojoMappingImplementor.createIndexingQueueEventProcessingPlan
(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan) -
Uses of PojoWorkSessionContext in org.hibernate.search.mapper.pojo.massindexing.spi
Subinterfaces of PojoWorkSessionContext in org.hibernate.search.mapper.pojo.massindexing.spi -
Uses of PojoWorkSessionContext in org.hibernate.search.mapper.pojo.session.spi
Classes in org.hibernate.search.mapper.pojo.session.spi that implement PojoWorkSessionContextMethods in org.hibernate.search.mapper.pojo.session.spi with parameters of type PojoWorkSessionContextModifier and TypeMethodDescriptionPojoSearchSessionMappingContext.createIndexer
(PojoWorkSessionContext context) PojoSearchSessionMappingContext.createIndexingPlan
(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) PojoSearchSessionMappingContext.createIndexingPlan
(PojoWorkSessionContext context, PojoIndexingQueueEventSendingPlan sink) PojoSearchSessionMappingContext.createIndexingQueueEventProcessingPlan
(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan)