Uses of Interface
org.hibernate.search.mapper.pojo.work.spi.PojoScopeWorkspace
-
-
Uses of PojoScopeWorkspace in org.hibernate.search.mapper.orm.work.impl
Constructors in org.hibernate.search.mapper.orm.work.impl with parameters of type PojoScopeWorkspace Constructor Description SearchWorkspaceImpl(PojoScopeWorkspace delegate) -
Uses of PojoScopeWorkspace in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return PojoScopeWorkspace Modifier and Type Method Description PojoScopeWorkspacePojoMassIndexingBatchCoordinator.SessionContext. scopeWorkspace()Constructors in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoScopeWorkspace Constructor Description SessionContext(PojoMassIndexerAgent agent, PojoScopeWorkspace scopeWorkspace, String tenantIdentifier) -
Uses of PojoScopeWorkspace in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl that return PojoScopeWorkspace Modifier and Type Method Description PojoScopeWorkspacePojoScopeDelegateImpl. workspace(String tenantId)PojoScopeWorkspacePojoScopeDelegateImpl. workspace(Set<String> tenantIds)PojoScopeWorkspacePojoScopeDelegateImpl. workspace(DetachedBackendSessionContext sessionContext)Deprecated. -
Uses of PojoScopeWorkspace in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi that return PojoScopeWorkspace Modifier and Type Method Description PojoScopeWorkspacePojoScopeDelegate. workspace(String tenantId)PojoScopeWorkspacePojoScopeDelegate. workspace(Set<String> tenantIds)PojoScopeWorkspacePojoScopeDelegate. workspace(DetachedBackendSessionContext sessionContext)Deprecated.UsePojoScopeDelegate.workspace(String)instead. -
Uses of PojoScopeWorkspace in org.hibernate.search.mapper.pojo.work.impl
Classes in org.hibernate.search.mapper.pojo.work.impl that implement PojoScopeWorkspace Modifier and Type Class Description classPojoScopeWorkspaceImpl
-