Interface HibernateOrmScopeSessionContext
-
- All Superinterfaces:
BackendSessionContext,BatchSessionContext,BridgeSessionContext,HibernateOrmMassIndexingSessionContext,LoadingSessionContext,PojoImplicitReindexingResolverSessionContext,PojoIndexingProcessorSessionContext,PojoMassIndexingSessionContext,PojoScopeSessionContext,PojoWorkSessionContext
- All Known Implementing Classes:
HibernateOrmSearchSession
public interface HibernateOrmScopeSessionContext extends PojoScopeSessionContext, LoadingSessionContext, HibernateOrmMassIndexingSessionContext, BatchSessionContext
-
-
Method Summary
-
Methods inherited from interface org.hibernate.search.mapper.orm.spi.BatchSessionContext
createIndexer
-
Methods inherited from interface org.hibernate.search.mapper.pojo.bridge.runtime.spi.BridgeSessionContext
identifierBridgeFromDocumentIdentifierContext, propertyBridgeWriteContext, routingBridgeRouteContext, tenantIdentifier, typeBridgeWriteContext, valueBridgeFromIndexedValueContext
-
Methods inherited from interface org.hibernate.search.mapper.orm.massindexing.impl.HibernateOrmMassIndexingSessionContext
session
-
Methods inherited from interface org.hibernate.search.mapper.orm.loading.impl.LoadingSessionContext
runtimeIntrospector, session
-
Methods inherited from interface org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingSessionContext
createIndexer, runtimeIntrospector, tenantIdentifier
-
Methods inherited from interface org.hibernate.search.mapper.pojo.scope.spi.PojoScopeSessionContext
mappingContext
-
Methods inherited from interface org.hibernate.search.mapper.pojo.work.spi.PojoWorkSessionContext
configuredIndexingPlanFilter, defaultLoadingContext, mappingContext
-
-