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.
MappedIndexManager.createWorkspace(BackendMappingContext, Set)instead.