Uses of Class
org.hibernate.search.engine.backend.session.spi.DetachedBackendSessionContext
-
-
Uses of DetachedBackendSessionContext in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi with parameters of type DetachedBackendSessionContext Modifier and Type Method Description IndexWorkspaceIndexManagerImplementor. createWorkspace(DetachedBackendSessionContext sessionContext) -
Uses of DetachedBackendSessionContext in org.hibernate.search.engine.backend.session.spi
Methods in org.hibernate.search.engine.backend.session.spi that return DetachedBackendSessionContext Modifier and Type Method Description static DetachedBackendSessionContextDetachedBackendSessionContext. of(BackendMappingContext mappingContext, String tenantIdentifier)static DetachedBackendSessionContextDetachedBackendSessionContext. of(BackendSessionContext sessionContext) -
Uses of DetachedBackendSessionContext in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type DetachedBackendSessionContext Modifier and Type Method Description IndexWorkspaceMappedIndexManager. createWorkspace(DetachedBackendSessionContext sessionContext)
-