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 aSearchWorkspace
for the indexes mapped to types in this scope, or to any of their sub-types.Create aSearchWorkspace
for 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 SearchWorkspace
SearchSession.workspace()
Create aSearchWorkspace
for the indexes mapped to all indexed types.default SearchWorkspace
Create aSearchWorkspace
for the indexes mapped to indexed entity types among the given classes and their subtypes.SearchSession.workspace
(Collection<? extends Class<?>> classes) Create aSearchWorkspace
for the indexes mapped to indexed entity types among the given classes and their subtypes.
SearchScope.workspace(Object)
instead.