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 <R> PojoIndexingPlan<R>AbstractPojoMappingImplementor. createIndexingPlan(PojoWorkSessionContext<R> context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)<R> PojoIndexingPlan<R>PojoMappingDelegate. createIndexingPlan(PojoWorkSessionContext<R> context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
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 protected PojoIndexingPlan<R>AbstractPojoSearchSession. createIndexingPlan(DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)<R> PojoIndexingPlan<R>PojoSearchSessionMappingContext. createIndexingPlan(PojoWorkSessionContext<R> context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
-