Uses of Class
org.hibernate.search.engine.backend.session.spi.DetachedBackendSessionContext
-
-
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)Deprecated.static DetachedBackendSessionContextDetachedBackendSessionContext. of(BackendSessionContext sessionContext)Deprecated. -
Uses of DetachedBackendSessionContext in org.hibernate.search.engine.mapper.mapping.impl
Methods in org.hibernate.search.engine.mapper.mapping.impl with parameters of type DetachedBackendSessionContext Modifier and Type Method Description IndexWorkspaceMappedIndexManagerImpl. createWorkspace(DetachedBackendSessionContext 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 DetachedBackendSessionContext Modifier and Type Method Description IndexWorkspaceMappedIndexManager. createWorkspace(DetachedBackendSessionContext sessionContext)Deprecated. -
Uses of DetachedBackendSessionContext in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl with parameters of type DetachedBackendSessionContext Modifier and Type Method Description PojoMassIndexerPojoScopeDelegateImpl. massIndexer(PojoMassIndexingContext context, DetachedBackendSessionContext detachedSession)Deprecated.PojoScopeWorkspacePojoScopeDelegateImpl. workspace(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 DetachedBackendSessionContext Modifier and Type Method Description PojoMassIndexerPojoScopeDelegate. massIndexer(PojoMassIndexingContext context, DetachedBackendSessionContext detachedSession)Deprecated.PojoScopeWorkspacePojoScopeDelegate. workspace(DetachedBackendSessionContext sessionContext)Deprecated.UsePojoScopeDelegate.workspace(String)instead.
-