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