Uses of Interface
org.hibernate.search.mapper.pojo.processing.spi.PojoIndexingProcessorSessionContext
-
-
Uses of PojoIndexingProcessorSessionContext in org.hibernate.search.mapper.pojo.massindexing.spi
Subinterfaces of PojoIndexingProcessorSessionContext in org.hibernate.search.mapper.pojo.massindexing.spi Modifier and Type Interface Description interfacePojoMassIndexingSessionContext -
Uses of PojoIndexingProcessorSessionContext in org.hibernate.search.mapper.pojo.processing.spi
Methods in org.hibernate.search.mapper.pojo.processing.spi that return PojoIndexingProcessorSessionContext Modifier and Type Method Description PojoIndexingProcessorSessionContextPojoIndexingProcessorRootContext. sessionContext() -
Uses of PojoIndexingProcessorSessionContext in org.hibernate.search.mapper.pojo.session.spi
Classes in org.hibernate.search.mapper.pojo.session.spi that implement PojoIndexingProcessorSessionContext Modifier and Type Class Description classAbstractPojoSearchSession -
Uses of PojoIndexingProcessorSessionContext in org.hibernate.search.mapper.pojo.work.spi
Subinterfaces of PojoIndexingProcessorSessionContext in org.hibernate.search.mapper.pojo.work.spi Modifier and Type Interface Description interfacePojoWorkSessionContextSession-scoped information and operations for use in POJO work execution.
-