Uses of Interface
org.hibernate.search.mapper.orm.work.SearchWorkspace
-
-
Uses of SearchWorkspace in org.hibernate.search.mapper.orm.scope
Methods in org.hibernate.search.mapper.orm.scope that return SearchWorkspace Modifier and Type Method Description SearchWorkspaceSearchScope. workspace()Create aSearchWorkspacefor the indexes mapped to types in this scope, or to any of their sub-types.SearchWorkspaceSearchScope. workspace(String tenantId)Create aSearchWorkspacefor the indexes mapped to types in this scope, or to any of their sub-types. -
Uses of SearchWorkspace in org.hibernate.search.mapper.orm.scope.impl
Methods in org.hibernate.search.mapper.orm.scope.impl that return SearchWorkspace Modifier and Type Method Description SearchWorkspaceSearchScopeImpl. workspace()SearchWorkspaceSearchScopeImpl. workspace(String tenantId) -
Uses of SearchWorkspace in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session that return SearchWorkspace Modifier and Type Method Description default SearchWorkspaceSearchSession. workspace()Create aSearchWorkspacefor the indexes mapped to all indexed types.default SearchWorkspaceSearchSession. workspace(Class<?>... types)Create aSearchWorkspacefor the indexes mapped to the given type, or to any of its sub-types.SearchWorkspaceSearchSession. workspace(Collection<? extends Class<?>> types)Create aSearchWorkspacefor the indexes mapped to the given types, or to any of their sub-types. -
Uses of SearchWorkspace in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return SearchWorkspace Modifier and Type Method Description SearchWorkspaceDelegatingSearchSession. workspace(Collection<? extends Class<?>> types)SearchWorkspaceHibernateOrmSearchSession. workspace(Collection<? extends Class<?>> types) -
Uses of SearchWorkspace in org.hibernate.search.mapper.orm.work.impl
Classes in org.hibernate.search.mapper.orm.work.impl that implement SearchWorkspace Modifier and Type Class Description classSearchWorkspaceImpl
-