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, org.hibernate.search.engine.backend.work.execution.DocumentCommitStrategy commitStrategy, org.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan) AbstractPojoMappingImplementor.createIndexer(PojoWorkSessionContext context) PojoMappingDelegate.createIndexer(PojoWorkSessionContext context) AbstractPojoMappingImplementor.createIndexingPlan(PojoWorkSessionContext context, org.hibernate.search.engine.backend.work.execution.DocumentCommitStrategy commitStrategy, org.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategy refreshStrategy) AbstractPojoMappingImplementor.createIndexingPlan(PojoWorkSessionContext context, PojoIndexingQueueEventSendingPlan sendingPlan) PojoMappingDelegate.createIndexingPlan(PojoWorkSessionContext context, org.hibernate.search.engine.backend.work.execution.DocumentCommitStrategy commitStrategy, org.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategy refreshStrategy) PojoMappingDelegate.createIndexingPlan(PojoWorkSessionContext context, PojoIndexingQueueEventSendingPlan sendingPlan) AbstractPojoMappingImplementor.createIndexingQueueEventProcessingPlan(PojoWorkSessionContext context, org.hibernate.search.engine.backend.work.execution.DocumentCommitStrategy commitStrategy, org.hibernate.search.engine.backend.work.execution.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, org.hibernate.search.engine.backend.work.execution.DocumentCommitStrategy commitStrategy, org.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategy refreshStrategy) PojoSearchSessionMappingContext.createIndexingPlan(PojoWorkSessionContext context, PojoIndexingQueueEventSendingPlan sink) PojoSearchSessionMappingContext.createIndexingQueueEventProcessingPlan(PojoWorkSessionContext context, org.hibernate.search.engine.backend.work.execution.DocumentCommitStrategy commitStrategy, org.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan)