Uses of Interface
org.hibernate.search.mapper.pojo.standalone.work.SearchWorkspace
Packages that use SearchWorkspace
Package
Description
-
Uses of SearchWorkspace in org.hibernate.search.mapper.pojo.standalone.scope
Methods in org.hibernate.search.mapper.pojo.standalone.scope that return SearchWorkspaceModifier and TypeMethodDescriptionSearchScope.workspace()Create aSearchWorkspacefor the indexes mapped to types in this scope, or to any of their sub-types.Create aSearchWorkspacefor the indexes mapped to types in this scope, or to any of their sub-types.Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchWorkspace in org.hibernate.search.mapper.pojo.standalone.session
Methods in org.hibernate.search.mapper.pojo.standalone.session that return SearchWorkspaceModifier and TypeMethodDescriptiondefault SearchWorkspaceSearchSession.workspace()Create aSearchWorkspacefor the indexes mapped to all indexed types.default SearchWorkspaceCreate aSearchWorkspacefor the indexes mapped to indexed entity types among the given classes and their subtypes.SearchSession.workspace(Collection<? extends Class<?>> classes) Create aSearchWorkspacefor the indexes mapped to indexed entity types among the given classes and their subtypes.
SearchScope.workspace(Object)instead.