Uses of Interface
org.hibernate.search.mapper.pojo.work.spi.PojoIndexingPlan
Packages that use PojoIndexingPlan
Package
Description
-
Uses of PojoIndexingPlan in org.hibernate.search.mapper.orm.event.impl
Methods in org.hibernate.search.mapper.orm.event.impl that return PojoIndexingPlanModifier and TypeMethodDescriptionHibernateOrmListenerContextProvider.currentIndexingPlanIfExisting(SessionImplementor session) -
Uses of PojoIndexingPlan in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl that return PojoIndexingPlanModifier and TypeMethodDescriptionHibernateOrmMapping.currentIndexingPlanIfExisting(SessionImplementor session) -
Uses of PojoIndexingPlan in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return PojoIndexingPlanModifier and TypeMethodDescriptionConfiguredAutomaticIndexingStrategy.createIndexingPlan(HibernateOrmSearchSession context, ConfiguredIndexingPlanSynchronizationStrategy synchronizationStrategy) HibernateOrmSearchSession.currentIndexingPlan(boolean createIfDoesNotExist) HibernateOrmSearchSessionHolder.pojoIndexingPlan(Transaction transaction) Methods in org.hibernate.search.mapper.orm.session.impl with parameters of type PojoIndexingPlanModifier and TypeMethodDescriptionConfiguredAutomaticIndexingStrategy.createTransactionWorkQueueSynchronization(PojoIndexingPlan indexingPlan, HibernateOrmSearchSessionHolder sessionProperties, Transaction transactionIdentifier, ConfiguredIndexingPlanSynchronizationStrategy synchronizationStrategy) voidHibernateOrmSearchSessionHolder.pojoIndexingPlan(Transaction transaction, PojoIndexingPlan plan) -
Uses of PojoIndexingPlan in org.hibernate.search.mapper.orm.work.impl
Methods in org.hibernate.search.mapper.orm.work.impl that return PojoIndexingPlanModifier and TypeMethodDescriptionSearchIndexingPlanSessionContext.currentIndexingPlan(boolean createIfDoesNotExist) -
Uses of PojoIndexingPlan in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return PojoIndexingPlanModifier and TypeMethodDescriptionPojoMappingDelegateImpl.createIndexingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) PojoMappingDelegateImpl.createIndexingPlan(PojoWorkSessionContext context, PojoIndexingQueueEventSendingPlan sendingPlan) -
Uses of PojoIndexingPlan in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return PojoIndexingPlanModifier and TypeMethodDescriptionAbstractPojoMappingImplementor.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) -
Uses of PojoIndexingPlan in org.hibernate.search.mapper.pojo.session.spi
Methods in org.hibernate.search.mapper.pojo.session.spi that return PojoIndexingPlanModifier and TypeMethodDescriptionPojoSearchSessionMappingContext.createIndexingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) PojoSearchSessionMappingContext.createIndexingPlan(PojoWorkSessionContext context, PojoIndexingQueueEventSendingPlan sink) -
Uses of PojoIndexingPlan in org.hibernate.search.mapper.pojo.work.impl
Classes in org.hibernate.search.mapper.pojo.work.impl that implement PojoIndexingPlanConstructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoIndexingPlanModifierConstructorDescriptionPojoIndexingQueueEventProcessingPlanImpl(PojoWorkTypeContextProvider typeContextProvider, PojoWorkSessionContext sessionContext, PojoIndexingPlan delegate) -
Uses of PojoIndexingPlan in org.hibernate.search.mapper.pojo.work.spi
Methods in org.hibernate.search.mapper.pojo.work.spi with parameters of type PojoIndexingPlanModifier and TypeMethodDescriptionvoidConfiguredIndexingPlanSynchronizationStrategy.executeAndSynchronize(PojoIndexingPlan indexingPlan)