Uses of Interface
org.hibernate.search.mapper.pojo.processing.spi.PojoIndexingProcessorSessionContext
-
-
Uses of PojoIndexingProcessorSessionContext in org.hibernate.search.mapper.orm.massindexing.impl
Subinterfaces of PojoIndexingProcessorSessionContext in org.hibernate.search.mapper.orm.massindexing.impl Modifier and Type Interface Description interfaceHibernateOrmMassIndexingSessionContext -
Uses of PojoIndexingProcessorSessionContext in org.hibernate.search.mapper.orm.scope.impl
Subinterfaces of PojoIndexingProcessorSessionContext in org.hibernate.search.mapper.orm.scope.impl Modifier and Type Interface Description interfaceHibernateOrmScopeSessionContext -
Uses of PojoIndexingProcessorSessionContext in org.hibernate.search.mapper.orm.session.impl
Classes in org.hibernate.search.mapper.orm.session.impl that implement PojoIndexingProcessorSessionContext Modifier and Type Class Description classHibernateOrmSearchSessionThe actual implementation ofSearchSession. -
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.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return PojoIndexingProcessorSessionContext Modifier and Type Method Description PojoIndexingProcessorSessionContextPojoIndexingPlanImpl. sessionContext()PojoIndexingProcessorSessionContextPojoTypeIndexer. sessionContext() -
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.
-