Interface HibernateOrmMassIndexingSessionContext
-
- All Superinterfaces:
BackendSessionContext,BridgeSessionContext,PojoImplicitReindexingResolverSessionContext,PojoIndexingProcessorSessionContext,PojoMassIndexingSessionContext,PojoWorkSessionContext
- All Known Subinterfaces:
HibernateOrmScopeSessionContext
- All Known Implementing Classes:
HibernateOrmSearchSession
public interface HibernateOrmMassIndexingSessionContext extends PojoMassIndexingSessionContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.hibernate.engine.spi.SessionImplementorsession()-
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
identifierBridgeFromDocumentIdentifierContext, propertyBridgeWriteContext, routingBridgeRouteContext, typeBridgeWriteContext, valueBridgeFromIndexedValueContext
-
Methods inherited from interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingSessionContext
createIndexer, runtimeIntrospector, tenantIdentifier
-
Methods inherited from interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkSessionContext
configuredIndexingPlanFilter, defaultLoadingContext, mappingContext
-
-