Uses of Interface
org.hibernate.search.mapper.pojo.work.spi.PojoIndexingPlan
-
-
Uses of PojoIndexingPlan in org.hibernate.search.mapper.orm.event.impl
Methods in org.hibernate.search.mapper.orm.event.impl that return PojoIndexingPlan Modifier and Type Method Description PojoIndexingPlanHibernateOrmListenerContextProvider. currentIndexingPlanIfExisting(org.hibernate.engine.spi.SessionImplementor session) -
Uses of PojoIndexingPlan in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl that return PojoIndexingPlan Modifier and Type Method Description PojoIndexingPlanHibernateOrmMapping. currentIndexingPlanIfExisting(org.hibernate.engine.spi.SessionImplementor session) -
Uses of PojoIndexingPlan in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return PojoIndexingPlan Modifier and Type Method Description PojoIndexingPlanConfiguredAutomaticIndexingStrategy. createIndexingPlan(HibernateOrmSearchSession context, ConfiguredIndexingPlanSynchronizationStrategy synchronizationStrategy)PojoIndexingPlanHibernateOrmSearchSession. currentIndexingPlan(boolean createIfDoesNotExist)PojoIndexingPlanHibernateOrmSearchSessionHolder. pojoIndexingPlan(org.hibernate.Transaction transaction)Methods in org.hibernate.search.mapper.orm.session.impl with parameters of type PojoIndexingPlan Modifier and Type Method Description SynchronizationConfiguredAutomaticIndexingStrategy. createTransactionWorkQueueSynchronization(PojoIndexingPlan indexingPlan, HibernateOrmSearchSessionHolder sessionProperties, org.hibernate.Transaction transactionIdentifier, ConfiguredIndexingPlanSynchronizationStrategy synchronizationStrategy)voidHibernateOrmSearchSessionHolder. pojoIndexingPlan(org.hibernate.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 PojoIndexingPlan Modifier and Type Method Description PojoIndexingPlanSearchIndexingPlanSessionContext. 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 PojoIndexingPlan Modifier and Type Method Description PojoIndexingPlanPojoMappingDelegateImpl. createIndexingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)PojoIndexingPlanPojoMappingDelegateImpl. 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 PojoIndexingPlan Modifier and Type Method Description PojoIndexingPlanAbstractPojoMappingImplementor. createIndexingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)PojoIndexingPlanAbstractPojoMappingImplementor. createIndexingPlan(PojoWorkSessionContext context, PojoIndexingQueueEventSendingPlan sendingPlan)PojoIndexingPlanPojoMappingDelegate. createIndexingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)PojoIndexingPlanPojoMappingDelegate. 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 PojoIndexingPlan Modifier and Type Method Description PojoIndexingPlanPojoSearchSessionMappingContext. createIndexingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)PojoIndexingPlanPojoSearchSessionMappingContext. 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 PojoIndexingPlan Modifier and Type Class Description classPojoIndexingPlanImplConstructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoIndexingPlan Constructor Description PojoIndexingQueueEventProcessingPlanImpl(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 PojoIndexingPlan Modifier and Type Method Description voidConfiguredIndexingPlanSynchronizationStrategy. executeAndSynchronize(PojoIndexingPlan indexingPlan)
-