Uses of Class
org.hibernate.search.engine.backend.session.spi.DetachedBackendSessionContext
Packages that use DetachedBackendSessionContext
Package
Description
-
Uses of DetachedBackendSessionContext in org.hibernate.search.engine.backend.session.spi
Methods in org.hibernate.search.engine.backend.session.spi that return DetachedBackendSessionContextModifier and TypeMethodDescriptionDetachedBackendSessionContext.of
(BackendMappingContext mappingContext, String tenantIdentifier) Deprecated.DetachedBackendSessionContext.of
(BackendSessionContext sessionContext) Deprecated. -
Uses of DetachedBackendSessionContext in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type DetachedBackendSessionContextModifier and TypeMethodDescriptionMappedIndexManager.createWorkspace
(DetachedBackendSessionContext sessionContext) Deprecated. -
Uses of DetachedBackendSessionContext in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi with parameters of type DetachedBackendSessionContextModifier and TypeMethodDescriptionPojoScopeDelegate.massIndexer
(PojoMassIndexingContext context, DetachedBackendSessionContext detachedSession) Deprecated.PojoScopeDelegate.workspace
(DetachedBackendSessionContext sessionContext) Deprecated.UsePojoScopeDelegate.workspace(String)
instead.
MappedIndexManager.createWorkspace(BackendMappingContext, Set)
instead.