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 IndexWorkspace
IndexManagerImplementor. 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 DetachedBackendSessionContext
DetachedBackendSessionContext. of(BackendMappingContext mappingContext, String tenantIdentifier)
static DetachedBackendSessionContext
DetachedBackendSessionContext. 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 IndexWorkspace
MappedIndexManager. createWorkspace(DetachedBackendSessionContext sessionContext)
-
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 PojoMassIndexer
PojoScopeDelegate. massIndexer(PojoMassIndexingContext context, DetachedBackendSessionContext detachedSession)
PojoScopeWorkspace
PojoScopeDelegate. workspace(DetachedBackendSessionContext sessionContext)
-