Package org.hibernate.search.mapper.pojo.work.spi
-
Interface Summary Interface Description PojoIndexer An interface for indexing entities in the context of a session in a POJO mapper, immediately, asynchronously and without any sort ofplanning
or handling of containing entities.PojoIndexingPlan<R> An interface for indexing entities in the context of a session in a POJO mapper.PojoScopeWorkspace PojoWorkMappingContext Mapping-scoped information and operations for use in POJO work execution.PojoWorkSessionContext<R> Session-scoped information and operations for use in POJO work execution.